Skip to content

Commit 7bf012c

Browse files
authored
Merge branch 'main' into filter-measure-time
2 parents 9e19b0c + 3b78399 commit 7bf012c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

Lines changed: 11 additions & 11 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.2</junit.jupiter.version>
14+
<junit.jupiter.version>6.0.3</junit.jupiter.version>
1515
<assertj.core.version>3.27.7</assertj.core.version>
1616
<mockito.version>5.21.0</mockito.version>
1717
<argLine/>
@@ -64,16 +64,16 @@
6464
<version>3.4.0</version>
6565
</plugin>
6666
<plugin>
67-
<groupId>org.apache.maven.plugins</groupId>
68-
<artifactId>maven-dependency-plugin</artifactId>
69-
<version>3.9.0</version>
70-
<executions>
71-
<execution>
72-
<goals>
73-
<goal>properties</goal>
74-
</goals>
75-
</execution>
76-
</executions>
67+
<groupId>org.apache.maven.plugins</groupId>
68+
<artifactId>maven-dependency-plugin</artifactId>
69+
<version>3.10.0</version>
70+
<executions>
71+
<execution>
72+
<goals>
73+
<goal>properties</goal>
74+
</goals>
75+
</execution>
76+
</executions>
7777
</plugin>
7878
<plugin>
7979
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)