You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1019,7 +1019,7 @@
1019
1019
<!-- Note: This uses the maven-fluido-skin version specified next. The skin is referenced in src/site/site.xml. -->
1020
1020
<groupId>org.apache.maven.plugins</groupId>
1021
1021
<artifactId>maven-site-plugin</artifactId>
1022
-
<version>4.0.0-M16</version>
1022
+
<version>3.21.0</version>
1023
1023
<dependencies>
1024
1024
<!-- Explicitly declare these dependencies so the versions plugin and library bots will flag available updates. The fluido-skin plugin is referenced in src/site/site.xml using the same fluido version property. -->
1025
1025
<dependency>
@@ -1099,7 +1099,7 @@
1099
1099
<plugin>
1100
1100
<groupId>com.diffplug.spotless</groupId>
1101
1101
<artifactId>spotless-maven-plugin</artifactId>
1102
-
<version>2.44.0</version>
1102
+
<version>2.44.1</version>
1103
1103
<configuration>
1104
1104
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
0 commit comments