We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6dc32e commit afa9373Copy full SHA for afa9373
pom.xml
@@ -11,7 +11,7 @@
11
<properties>
12
<maven.compiler.release>25</maven.compiler.release>
13
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14
- <junit.jupiter.version>6.0.3</junit.jupiter.version>
+ <junit.jupiter.version>6.0.2</junit.jupiter.version>
15
<assertj.core.version>3.27.7</assertj.core.version>
16
<mockito.version>5.21.0</mockito.version>
17
<bucket4j.version>8.14.0</bucket4j.version>
@@ -97,7 +97,7 @@
97
<plugin>
98
<groupId>org.apache.maven.plugins</groupId>
99
<artifactId>maven-dependency-plugin</artifactId>
100
- <version>3.10.0</version>
+ <version>3.9.0</version>
101
<executions>
102
<execution>
103
<goals>
0 commit comments