File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
<maven-gpg-plugin .version>1.5</maven-gpg-plugin .version>
25
25
<nexus-staging-maven-plugin .version>1.6.8</nexus-staging-maven-plugin .version>
26
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>
27
+ <mockito .version>5.17.0 </mockito .version>
28
+ <assertj-core .version>3.27 .3</assertj-core .version>
29
29
<argLine />
30
30
</properties >
31
31
132
132
<plugin >
133
133
<groupId >org.apache.maven.plugins</groupId >
134
134
<artifactId >maven-surefire-plugin</artifactId >
135
- <version >3.5.1 </version >
135
+ <version >3.5.3 </version >
136
136
<configuration >
137
137
<argLine >@{argLine} -javaagent:${org.mockito:mockito-core:jar} </argLine >
138
138
</configuration >
You can’t perform that action at this time.
0 commit comments