Merge pull request #11387 from DSpace/dependabot/maven/dspace-9_x/build-tools-1acad15a24

Bump the build-tools group with 10 updates
This commit is contained in:
Tim Donohue
2025-10-06 13:17:59 -05:00
committed by GitHub

18
pom.xml
View File

@@ -29,7 +29,7 @@
<solr.client.version>8.11.4</solr.client.version> <solr.client.version>8.11.4</solr.client.version>
<ehcache.version>3.11.1</ehcache.version> <ehcache.version>3.11.1</ehcache.version>
<errorprone.version>2.41.0</errorprone.version> <errorprone.version>2.42.0</errorprone.version>
<!-- NOTE: when updating jackson.version, also sync jackson-databind.version below --> <!-- NOTE: when updating jackson.version, also sync jackson-databind.version below -->
<jackson.version>2.19.2</jackson.version> <jackson.version>2.19.2</jackson.version>
<jackson-databind.version>2.19.2</jackson-databind.version> <jackson-databind.version>2.19.2</jackson-databind.version>
@@ -143,7 +143,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.14.0</version> <version>3.14.1</version>
<configuration> <configuration>
<release>${java.version}</release> <release>${java.version}</release>
<!-- Turn on http://errorprone.info (requires fork=true & below compilerArgs)--> <!-- Turn on http://errorprone.info (requires fork=true & below compilerArgs)-->
@@ -211,7 +211,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>3.5.3</version> <version>3.5.4</version>
<configuration> <configuration>
<!-- Allow for the ability to pass JVM memory flags for Unit Tests. Since <!-- Allow for the ability to pass JVM memory flags for Unit Tests. Since
maven-surefire-plugin forks a new JVM, it ignores MAVEN_OPTS.--> maven-surefire-plugin forks a new JVM, it ignores MAVEN_OPTS.-->
@@ -238,7 +238,7 @@
<!-- Used to run Integration tests (when enabled by -DskipIntegrationTests=false) --> <!-- Used to run Integration tests (when enabled by -DskipIntegrationTests=false) -->
<plugin> <plugin>
<artifactId>maven-failsafe-plugin</artifactId> <artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.3</version> <version>3.5.4</version>
<configuration> <configuration>
<!-- Allow for the ability to pass JVM memory flags for Unit Tests. Since <!-- Allow for the ability to pass JVM memory flags for Unit Tests. Since
maven-failsafe-plugin forks a new JVM, it ignores MAVEN_OPTS.--> maven-failsafe-plugin forks a new JVM, it ignores MAVEN_OPTS.-->
@@ -306,7 +306,7 @@
<plugin> <plugin>
<groupId>com.github.spotbugs</groupId> <groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId> <artifactId>spotbugs-maven-plugin</artifactId>
<version>4.9.4.2</version> <version>4.9.6.0</version>
<configuration> <configuration>
<effort>Max</effort> <effort>Max</effort>
<threshold>Low</threshold> <threshold>Low</threshold>
@@ -316,7 +316,7 @@
<dependency> <dependency>
<groupId>com.github.spotbugs</groupId> <groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId> <artifactId>spotbugs</artifactId>
<version>4.9.4</version> <version>4.9.6</version>
</dependency> </dependency>
</dependencies> </dependencies>
<executions> <executions>
@@ -368,13 +368,13 @@
<plugin> <plugin>
<groupId>org.sonatype.central</groupId> <groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId> <artifactId>central-publishing-maven-plugin</artifactId>
<version>0.8.0</version> <version>0.9.0</version>
</plugin> </plugin>
<!-- Used to generate JavaDocs for new releases (see release profile). --> <!-- Used to generate JavaDocs for new releases (see release profile). -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.3</version> <version>3.12.0</version>
<configuration> <configuration>
<!-- Never fail a build based on Javadoc errors --> <!-- Never fail a build based on Javadoc errors -->
<failOnError>false</failOnError> <failOnError>false</failOnError>
@@ -696,7 +696,7 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId> <artifactId>license-maven-plugin</artifactId>
<version>2.6.0</version> <version>2.7.0</version>
<!-- This plugin only needs to be run on the Parent POM <!-- This plugin only needs to be run on the Parent POM
as it aggregates results from all child POMs. --> as it aggregates results from all child POMs. -->
<inherited>false</inherited> <inherited>false</inherited>