We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cea6bdc + ce314e1 commit 4ca2b58Copy full SHA for 4ca2b58
1 file changed
pom.xml
@@ -12,7 +12,7 @@
12
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13
<maven.compiler.source>21</maven.compiler.source>
14
<maven.compiler.target>21</maven.compiler.target>
15
- <assertj.version>3.27.5</assertj.version>
+ <assertj.version>3.27.6</assertj.version>
16
</properties>
17
18
<dependencyManagement>
@@ -42,7 +42,7 @@
42
<dependency>
43
<groupId>org.mockito</groupId>
44
<artifactId>mockito-core</artifactId>
45
- <version>5.19.0</version>
+ <version>5.20.0</version>
46
<scope>test</scope>
47
</dependency>
48
@@ -69,7 +69,7 @@
69
<plugin>
70
<groupId>org.apache.maven.plugins</groupId>
71
<artifactId>maven-compiler-plugin</artifactId>
72
- <version>3.14.0</version>
+ <version>3.14.1</version>
73
<configuration>
74
<source>21</source>
75
<target>21</target>
0 commit comments