Skip to content

Commit 8320501

Browse files
authored
Update dependencies
Test dependencies and maven plugins
1 parent e4da169 commit 8320501

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
<dependency>
6060
<groupId>org.junit.jupiter</groupId>
6161
<artifactId>junit-jupiter</artifactId>
62-
<version>5.11.3</version>
62+
<version>5.11.4</version>
6363
<scope>test</scope>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.mockito</groupId>
6767
<artifactId>mockito-core</artifactId>
68-
<version>5.14.2</version>
68+
<version>5.15.2</version>
6969
<scope>test</scope>
7070
</dependency>
7171
</dependencies>
@@ -92,14 +92,14 @@
9292
</execution>
9393
</executions>
9494
</plugin>
95-
<plugin>
96-
<groupId>org.apache.maven.plugins</groupId>
97-
<artifactId>maven-surefire-plugin</artifactId>
98-
<version>3.5.1</version>
99-
</plugin>
95+
<plugin>
96+
<groupId>org.apache.maven.plugins</groupId>
97+
<artifactId>maven-surefire-plugin</artifactId>
98+
<version>3.5.2</version>
99+
</plugin>
100100
<plugin>
101101
<artifactId>maven-javadoc-plugin</artifactId>
102-
<version>3.10.1</version>
102+
<version>3.11.2</version>
103103
<executions>
104104
<execution>
105105
<id>attach-javadocs</id>
@@ -206,4 +206,4 @@
206206
</distributionManagement>
207207
</profile>
208208
</profiles>
209-
</project>
209+
</project>

0 commit comments

Comments
 (0)