mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
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:
18
pom.xml
18
pom.xml
@@ -29,7 +29,7 @@
|
||||
<solr.client.version>8.11.4</solr.client.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 -->
|
||||
<jackson.version>2.19.2</jackson.version>
|
||||
<jackson-databind.version>2.19.2</jackson-databind.version>
|
||||
@@ -143,7 +143,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.14.0</version>
|
||||
<version>3.14.1</version>
|
||||
<configuration>
|
||||
<release>${java.version}</release>
|
||||
<!-- Turn on http://errorprone.info (requires fork=true & below compilerArgs)-->
|
||||
@@ -211,7 +211,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>3.5.3</version>
|
||||
<version>3.5.4</version>
|
||||
<configuration>
|
||||
<!-- Allow for the ability to pass JVM memory flags for Unit Tests. Since
|
||||
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) -->
|
||||
<plugin>
|
||||
<artifactId>maven-failsafe-plugin</artifactId>
|
||||
<version>3.5.3</version>
|
||||
<version>3.5.4</version>
|
||||
<configuration>
|
||||
<!-- Allow for the ability to pass JVM memory flags for Unit Tests. Since
|
||||
maven-failsafe-plugin forks a new JVM, it ignores MAVEN_OPTS.-->
|
||||
@@ -306,7 +306,7 @@
|
||||
<plugin>
|
||||
<groupId>com.github.spotbugs</groupId>
|
||||
<artifactId>spotbugs-maven-plugin</artifactId>
|
||||
<version>4.9.4.2</version>
|
||||
<version>4.9.6.0</version>
|
||||
<configuration>
|
||||
<effort>Max</effort>
|
||||
<threshold>Low</threshold>
|
||||
@@ -316,7 +316,7 @@
|
||||
<dependency>
|
||||
<groupId>com.github.spotbugs</groupId>
|
||||
<artifactId>spotbugs</artifactId>
|
||||
<version>4.9.4</version>
|
||||
<version>4.9.6</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<executions>
|
||||
@@ -368,13 +368,13 @@
|
||||
<plugin>
|
||||
<groupId>org.sonatype.central</groupId>
|
||||
<artifactId>central-publishing-maven-plugin</artifactId>
|
||||
<version>0.8.0</version>
|
||||
<version>0.9.0</version>
|
||||
</plugin>
|
||||
<!-- Used to generate JavaDocs for new releases (see release profile). -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>3.11.3</version>
|
||||
<version>3.12.0</version>
|
||||
<configuration>
|
||||
<!-- Never fail a build based on Javadoc errors -->
|
||||
<failOnError>false</failOnError>
|
||||
@@ -696,7 +696,7 @@
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<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
|
||||
as it aggregates results from all child POMs. -->
|
||||
<inherited>false</inherited>
|
||||
|
Reference in New Issue
Block a user