File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 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.11.0</mockito .version>
28- <assertj-core .version>3.25.1</assertj-core .version>
27+ <mockito .version>5.14.2</mockito .version>
28+ <assertj-core .version>3.26.3</assertj-core .version>
29+ <argLine />
2930 </properties >
3031
3132 <dependencies >
117118 <showWarnings >true</showWarnings >
118119 </configuration >
119120 </plugin >
121+ <plugin >
122+ <groupId >org.apache.maven.plugins</groupId >
123+ <artifactId >maven-dependency-plugin</artifactId >
124+ <executions >
125+ <execution >
126+ <goals >
127+ <goal >properties</goal >
128+ </goals >
129+ </execution >
130+ </executions >
131+ </plugin >
120132 <plugin >
121133 <groupId >org.apache.maven.plugins</groupId >
122134 <artifactId >maven-surefire-plugin</artifactId >
123- <version >2.22.0</version >
135+ <version >3.5.1</version >
136+ <configuration >
137+ <argLine >@{argLine} -javaagent:${org.mockito:mockito-core:jar} </argLine >
138+ </configuration >
124139 </plugin >
125140 <plugin >
126141 <groupId >org.sonatype.plugins</groupId >
You can’t perform that action at this time.
0 commit comments