Skip to content

Commit

Permalink
Update various dependencies and plugins version to last stable non-br…
Browse files Browse the repository at this point in the history
…eaking version
  • Loading branch information
antoinesd authored and aalmiray committed Mar 20, 2024
1 parent 0e9c9c4 commit 87b5463
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -33,9 +33,9 @@
<artifactId>asm</artifactId>
</dependency>
<dependency>
<groupId>com.beust</groupId>
<groupId>org.jcommander</groupId>
<artifactId>jcommander</artifactId>
<version>1.82</version>
<version>1.83</version>
</dependency>

<!-- Test -->
Expand Down
8 changes: 4 additions & 4 deletions maven-plugin/pom.xml
Expand Up @@ -33,17 +33,17 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.0</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
<version>2.1.1</version>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-classworlds</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand All @@ -68,7 +68,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.8.1</version>
<version>3.11.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
22 changes: 11 additions & 11 deletions parent/pom.xml
Expand Up @@ -34,10 +34,10 @@
<project.repository>moditect/moditect</project.repository>
<local.repository.path>/tmp/repository</local.repository.path>
<java.version>1.8</java.version>
<maven.version>3.8.7</maven.version>
<maven.version>3.9.6</maven.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<version.surefire.plugin>3.0.0-M4</version.surefire.plugin>
<version.surefire.plugin>3.2.5</version.surefire.plugin>
<!-- value comes from property git.commit.author.time -->
<project.build.outputTimestamp>${git.commit.author.time}</project.build.outputTimestamp>
</properties>
Expand All @@ -59,7 +59,7 @@
<dependency>
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-core</artifactId>
<version>3.25.1</version>
<version>3.25.9</version>
</dependency>
<dependency>
<groupId>com.google.testing.compile</groupId>
Expand All @@ -75,17 +75,17 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.31.0</version>
<version>3.42.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.1-jre</version>
<version>33.1.0-jre</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.18.0</version>
<version>2.26.1</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
Expand All @@ -95,7 +95,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.24.2</version>
<version>3.25.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -105,7 +105,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
<version>2.0.12</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand All @@ -116,17 +116,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.8.1</version>
<version>3.11.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.3.0</version>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit 87b5463

Please sign in to comment.