Merge pull request #11203 from DSpace/dependabot/maven/build-tools-e11e9b5c2b

Bump the build-tools group with 3 updates
This commit is contained in:
Tim Donohue
2025-09-02 13:02:27 -05:00
committed by GitHub

View File

@@ -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.3.2</version> <version>4.9.4.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.3</version> <version>4.9.4</version>
</dependency> </dependency>
</dependencies> </dependencies>
<executions> <executions>
@@ -374,7 +374,7 @@
<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.2</version> <version>3.11.3</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>