Skip to content

Commit

Permalink
Merge branch 'master' of github.com:belaban/JGroups
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Oct 24, 2023
2 parents dab1ea1 + 28b9e90 commit 3d55b42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<nexus.snapshot.server.id>jboss-snapshots-repository</nexus.snapshot.server.id>
<nexus.snapshot.server.url>https://repository.jboss.org/nexus/content/repositories/snapshots/</nexus.snapshot.server.url>
<insecure.repositories>ERROR</insecure.repositories>
<log4j2.version>2.20.0</log4j2.version>
<log4j2.version>2.21.0</log4j2.version>
</properties>

<organization>
Expand Down Expand Up @@ -451,12 +451,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 3d55b42

Please sign in to comment.