Skip to content

Commit afa9373

Browse files
pom fix - no changes
1 parent f6dc32e commit afa9373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<properties>
1212
<maven.compiler.release>25</maven.compiler.release>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14-
<junit.jupiter.version>6.0.3</junit.jupiter.version>
14+
<junit.jupiter.version>6.0.2</junit.jupiter.version>
1515
<assertj.core.version>3.27.7</assertj.core.version>
1616
<mockito.version>5.21.0</mockito.version>
1717
<bucket4j.version>8.14.0</bucket4j.version>
@@ -97,7 +97,7 @@
9797
<plugin>
9898
<groupId>org.apache.maven.plugins</groupId>
9999
<artifactId>maven-dependency-plugin</artifactId>
100-
<version>3.10.0</version>
100+
<version>3.9.0</version>
101101
<executions>
102102
<execution>
103103
<goals>

0 commit comments

Comments
 (0)