Skip to content

Commit 8e8e54a

Browse files
committed
Merge branch 'main' into feat/use-rust-and-jni-on-mac-wip
2 parents b75b0ac + c47f6a0 commit 8e8e54a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
<properties>
7373
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7474
<checkerframework.version>3.49.5</checkerframework.version>
75-
<junit.version>5.13.2</junit.version>
76-
<log4j.version>2.25.0</log4j.version>
75+
<junit.version>5.13.4</junit.version>
76+
<log4j.version>2.25.1</log4j.version>
7777
<maven.compiler.source>11</maven.compiler.source>
7878
<maven.compiler.target>11</maven.compiler.target>
7979
<watch.mac.backend>fsevents</watch.mac.backend>
@@ -186,7 +186,7 @@
186186
<plugin> <!-- use a new version of maven -->
187187
<groupId>org.apache.maven.plugins</groupId>
188188
<artifactId>maven-enforcer-plugin</artifactId>
189-
<version>3.5.0</version>
189+
<version>3.6.1</version>
190190
<executions>
191191
<execution>
192192
<id>enforce-maven</id>
@@ -261,7 +261,7 @@
261261
<plugin> <!-- sign jar for maven central-->
262262
<groupId>org.apache.maven.plugins</groupId>
263263
<artifactId>maven-gpg-plugin</artifactId>
264-
<version>3.2.7</version>
264+
<version>3.2.8</version>
265265
<executions>
266266
<execution>
267267
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)