Skip to content

Commit fea00d7

Browse files
akutscheraNylle
authored andcommitted
build: upgrade dependencies for Java 23 #112
1 parent 247cc48 commit fea00d7

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

pom.xml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@
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>
@@ -117,10 +118,24 @@
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>

0 commit comments

Comments
 (0)