Skip to content

Commit 0917b81

Browse files
committed
build: upgrade dependencies for Java 24 #112
1 parent 56f9557 commit 0917b81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<maven-gpg-plugin.version>1.5</maven-gpg-plugin.version>
2525
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
2626
<junit-jupiter-engine.version>5.5.1</junit-jupiter-engine.version>
27-
<mockito.version>5.14.2</mockito.version>
28-
<assertj-core.version>3.26.3</assertj-core.version>
27+
<mockito.version>5.17.0</mockito.version>
28+
<assertj-core.version>3.27.3</assertj-core.version>
2929
<argLine/>
3030
</properties>
3131

@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-surefire-plugin</artifactId>
135-
<version>3.5.1</version>
135+
<version>3.5.3</version>
136136
<configuration>
137137
<argLine>@{argLine} -javaagent:${org.mockito:mockito-core:jar}</argLine>
138138
</configuration>

0 commit comments

Comments
 (0)