Skip to content

Commit 2ae1c22

Browse files
authored
Merge pull request DSpace#11636 from DSpace/dependabot/maven/build-tools-06585a521d
build(deps): bump the build-tools group across 1 directory with 10 updates
2 parents 321924f + 2be9563 commit 2ae1c22

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
<plugin>
181181
<groupId>org.apache.maven.plugins</groupId>
182182
<artifactId>maven-jar-plugin</artifactId>
183-
<version>3.4.2</version>
183+
<version>3.5.0</version>
184184
<configuration>
185185
<archive>
186186
<manifest>
@@ -194,7 +194,7 @@
194194
<plugin>
195195
<groupId>org.apache.maven.plugins</groupId>
196196
<artifactId>maven-war-plugin</artifactId>
197-
<version>3.4.0</version>
197+
<version>3.5.1</version>
198198
<configuration>
199199
<failOnMissingWebXml>false</failOnMissingWebXml>
200200
<!-- Filter the web.xml (needed for IDE compatibility/debugging) -->
@@ -306,7 +306,7 @@
306306
<plugin>
307307
<groupId>com.github.spotbugs</groupId>
308308
<artifactId>spotbugs-maven-plugin</artifactId>
309-
<version>4.9.6.0</version>
309+
<version>4.9.8.2</version>
310310
<configuration>
311311
<effort>Max</effort>
312312
<threshold>Low</threshold>
@@ -316,7 +316,7 @@
316316
<dependency>
317317
<groupId>com.github.spotbugs</groupId>
318318
<artifactId>spotbugs</artifactId>
319-
<version>4.9.6</version>
319+
<version>4.9.8</version>
320320
</dependency>
321321
</dependencies>
322322
<executions>
@@ -346,7 +346,7 @@
346346
</plugin>
347347
<plugin>
348348
<artifactId>maven-assembly-plugin</artifactId>
349-
<version>3.7.1</version>
349+
<version>3.8.0</version>
350350
</plugin>
351351
<plugin>
352352
<groupId>org.apache.maven.plugins</groupId>
@@ -356,7 +356,7 @@
356356
<plugin>
357357
<groupId>org.apache.maven.plugins</groupId>
358358
<artifactId>maven-resources-plugin</artifactId>
359-
<version>3.3.1</version>
359+
<version>3.4.0</version>
360360
</plugin>
361361
<!-- Used to validate License Headers (see build process) -->
362362
<plugin>
@@ -389,7 +389,7 @@
389389
<plugin>
390390
<groupId>org.apache.maven.plugins</groupId>
391391
<artifactId>maven-source-plugin</artifactId>
392-
<version>3.3.1</version>
392+
<version>3.4.0</version>
393393
</plugin>
394394
<!-- Used for custom Groovy code that fills out the 'agnostic.build.dir' needed to
395395
set 'dspace.dir' for our testing environment -->
@@ -408,7 +408,7 @@
408408
<plugin>
409409
<groupId>org.jacoco</groupId>
410410
<artifactId>jacoco-maven-plugin</artifactId>
411-
<version>0.8.13</version>
411+
<version>0.8.14</version>
412412
</plugin>
413413
</plugins>
414414
</pluginManagement>
@@ -420,7 +420,7 @@
420420
<plugin>
421421
<groupId>org.apache.maven.plugins</groupId>
422422
<artifactId>maven-release-plugin</artifactId>
423-
<version>3.1.1</version>
423+
<version>3.2.0</version>
424424
<configuration>
425425
<!-- During release:prepare and release:perform, pass the "release" property to enable the
426426
"release" profile (and enable/disable other profiles based on whether they need releasing) -->
@@ -488,7 +488,7 @@
488488
<plugin>
489489
<groupId>org.codehaus.mojo</groupId>
490490
<artifactId>xml-maven-plugin</artifactId>
491-
<version>1.1.0</version>
491+
<version>1.2.0</version>
492492
<executions>
493493
<execution>
494494
<id>validate-ALL-xml-and-xsl</id>

0 commit comments

Comments
 (0)