Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Aug 15, 2024
1 parent cb18e35 commit ce1d024
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
4 changes: 3 additions & 1 deletion kohlschutter-parent-multirelease/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,16 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.23</version>
<version>1.24</version>
<!--
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.7</version>
</dependency>
</dependencies>
-->
</plugin>
<plugin>
<!-- This plugin's configuration is used to store Eclipse m2e
Expand Down
32 changes: 16 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<spotbugs.disabled>false</spotbugs.disabled>
<spotbugs.strict>false</spotbugs.strict>
<!--<spotbugs.version>4.8.5-SNAPSHOT</spotbugs.version>-->
<spotbugs.plugin.version>4.8.6.1</spotbugs.plugin.version>
<spotbugs.plugin.version>4.8.6.2</spotbugs.plugin.version>
<forbiddenapis.version>3.7</forbiddenapis.version>
<forbiddenapis.strict>false</forbiddenapis.strict>
<jacoco.disabled>false</jacoco.disabled>
Expand All @@ -98,17 +98,17 @@
<formatter.skip>false</formatter.skip>
<!-- Only upgrade to the latest version you can have in Eclipse, no later
versions; otherwise, you may not be able to run checks in Eclipse -->
<pmdVersion>7.3.0</pmdVersion>
<pmd.plugin.version>3.23.0</pmd.plugin.version>
<pmdVersion>7.4.0</pmdVersion>
<pmd.plugin.version>3.24.0</pmd.plugin.version>
<xlint.compiler.arg>-Xlint:all,-classfile,-try,-module,-requires-automatic,-requires-transitive-automatic,-exports</xlint.compiler.arg>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
<eclipsejdt.annotations.version>2.3.0</eclipsejdt.annotations.version>
<errorprone.version>2.28.0</errorprone.version>
<errorprone.version>2.30.0</errorprone.version>
<errorprone.annotations.version>${errorprone.version}</errorprone.annotations.version>
<errorprone.args></errorprone.args>
<junit.version>5.10.3</junit.version>
<junit.version>5.11.0</junit.version>

<slf4j.version>2.0.13</slf4j.version>
<slf4j.version>2.0.16</slf4j.version>
<graal.plugin.version>0.10.2</graal.plugin.version>
</properties>
<profiles>
Expand Down Expand Up @@ -1442,7 +1442,7 @@
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<version>9.0.0</version>
<version>9.0.1</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -1510,7 +1510,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -1528,7 +1528,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.6.1</version>
<version>3.6.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -1537,7 +1537,7 @@
If you get an error like "The code being documented uses modules
but the packages defined in ... are in the unnamed module", then
update your Java SDK -->
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<detectOfflineLinks>false</detectOfflineLinks>
<detectJavaApiLink>false</detectJavaApiLink>
Expand All @@ -1553,7 +1553,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -1578,7 +1578,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
Expand Down Expand Up @@ -1611,7 +1611,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.2</version>
<version>2.17.1</version>
<configuration>
<generateBackupPoms>false</generateBackupPoms>
<rulesUri>classpath:///com/kohlschutter/maven-version-rules.xml</rulesUri>
Expand Down Expand Up @@ -1792,7 +1792,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
</plugin>
<plugin>
<groupId>org.graalvm.buildtools</groupId>
Expand All @@ -1802,7 +1802,7 @@
<plugin>
<groupId>io.helidon.build-tools</groupId>
<artifactId>helidon-services-plugin</artifactId>
<version>4.0.6</version>
<version>4.0.9</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -1855,7 +1855,7 @@
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
<version>1.23</version>
<version>1.24</version>
</dependency>

<!-- Below are dependencies commonly used by kohlschutter projects -->
Expand Down

0 comments on commit ce1d024

Please sign in to comment.