Skip to content

Commit 7fcd511

Browse files
committed
Upgrade a bunch of plugins and commons-codec.
1 parent a5a949e commit 7fcd511

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
<dependency>
181181
<groupId>commons-codec</groupId>
182182
<artifactId>commons-codec</artifactId>
183-
<version>1.17.0</version>
183+
<version>1.17.1</version>
184184
<scope>test</scope>
185185
</dependency>
186186
<dependency>
@@ -241,7 +241,7 @@
241241
<plugin>
242242
<groupId>org.apache.maven.plugins</groupId>
243243
<artifactId>maven-javadoc-plugin</artifactId>
244-
<version>3.7.0</version>
244+
<version>3.8.0</version>
245245
<configuration>
246246
<!-- supports reproducibility of generated Javadocs -->
247247
<notimestamp>true</notimestamp>
@@ -250,7 +250,7 @@
250250
<plugin>
251251
<groupId>org.apache.maven.plugins</groupId>
252252
<artifactId>maven-release-plugin</artifactId>
253-
<version>3.1.0</version>
253+
<version>3.1.1</version>
254254
</plugin>
255255
</plugins>
256256
</pluginManagement>
@@ -409,12 +409,12 @@
409409
<plugin>
410410
<groupId>org.apache.maven.plugins</groupId>
411411
<artifactId>maven-pmd-plugin</artifactId>
412-
<version>3.23.0</version>
412+
<version>3.24.0</version>
413413
</plugin>
414414
<plugin>
415415
<groupId>org.apache.maven.plugins</groupId>
416416
<artifactId>maven-project-info-reports-plugin</artifactId>
417-
<version>3.6.1</version>
417+
<version>3.6.2</version>
418418
</plugin>
419419
<plugin>
420420
<groupId>org.apache.maven.plugins</groupId>
@@ -424,7 +424,7 @@
424424
<plugin>
425425
<groupId>org.apache.maven.plugins</groupId>
426426
<artifactId>maven-site-plugin</artifactId>
427-
<version>4.0.0-M15</version>
427+
<version>4.0.0-M16</version>
428428
<dependencies>
429429
<!-- Explicitly declare these dependencies so the versions plugin and library bots will flag available updates. The fluido-skin
430430
plugin is referenced in src/site/site.xml using the same fluido version property. -->
@@ -457,7 +457,7 @@
457457
<plugin>
458458
<groupId>org.codehaus.mojo</groupId>
459459
<artifactId>versions-maven-plugin</artifactId>
460-
<version>2.17.0</version>
460+
<version>2.17.1</version>
461461
</plugin>
462462
<plugin>
463463
<groupId>org.cyclonedx</groupId>

0 commit comments

Comments
 (0)