Skip to content

Commit

Permalink
Various upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Mar 18, 2024
1 parent 8e289f8 commit 8dca6dd
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@
<properties>
<parent.path>${basedir}</parent.path>

<groovy.version>3.0.20</groovy.version>
<groovy.version>3.0.21</groovy.version>

<logback.version>1.2.13</logback.version>
<slf4j.version>1.7.36</slf4j.version>

<junit.version>5.10.1</junit.version>
<junit.version>5.10.2</junit.version>

<targetJdk>1.8</targetJdk>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -245,19 +245,19 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<version>3.1.0</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.5.0</version>
<version>3.7.0</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.2.2</version>
<version>3.6.0</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -306,7 +306,7 @@
<plugin>
<groupId>org.gaul</groupId>
<artifactId>modernizer-maven-plugin</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
<configuration>
<javaVersion>${targetJdk}</javaVersion>
<exclusions>
Expand All @@ -332,7 +332,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
<executions>
<execution>
<id>copy-javadoc-legal-files</id>
Expand Down Expand Up @@ -484,7 +483,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 8dca6dd

Please sign in to comment.