We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f9557 commit 9ac9722Copy full SHA for 9ac9722
1 file changed
pom.xml
@@ -24,8 +24,8 @@
24
<maven-gpg-plugin.version>1.5</maven-gpg-plugin.version>
25
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
26
<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>
+ <mockito.version>5.17.0</mockito.version>
+ <assertj-core.version>3.27.3</assertj-core.version>
29
<argLine/>
30
</properties>
31
@@ -132,7 +132,7 @@
132
<plugin>
133
<groupId>org.apache.maven.plugins</groupId>
134
<artifactId>maven-surefire-plugin</artifactId>
135
- <version>3.5.1</version>
+ <version>3.5.3</version>
136
<configuration>
137
<argLine>@{argLine} -javaagent:${org.mockito:mockito-core:jar}</argLine>
138
</configuration>
0 commit comments