Skip to content

Commit 1680cb5

Browse files
committed
Upgrade a few plugins, a dependency, and tomcat.
1 parent 4a8fb83 commit 1680cb5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@
904904
<plugin>
905905
<groupId>org.apache.maven.plugins</groupId>
906906
<artifactId>maven-compiler-plugin</artifactId>
907-
<version>3.11.0</version>
907+
<version>3.12.1</version>
908908
<configuration>
909909
<fork>true</fork>
910910
<meminitial>1000m</meminitial>
@@ -1003,7 +1003,7 @@
10031003
<!-- Note: This uses the maven-fluido-skin version specified next. The skin is referenced in src/site/site.xml. -->
10041004
<groupId>org.apache.maven.plugins</groupId>
10051005
<artifactId>maven-site-plugin</artifactId>
1006-
<version>4.0.0-M12</version>
1006+
<version>4.0.0-M13</version>
10071007
<dependencies>
10081008
<!-- 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. -->
10091009
<dependency>
@@ -1017,7 +1017,7 @@
10171017
<plugin>
10181018
<groupId>org.apache.maven.plugins</groupId>
10191019
<artifactId>maven-surefire-plugin</artifactId>
1020-
<version>3.2.2</version>
1020+
<version>3.2.3</version>
10211021
</plugin>
10221022

10231023
<plugin>
@@ -1231,12 +1231,12 @@
12311231
<!-- hibernate is up to rev 6+. But 4.0.0. causes this error: symbol: org.hibernate.classic.Session not found -->
12321232
<version.hibernate>3.6.10.Final</version.hibernate>
12331233
<version.spotbugs.maven>4.8.2.0</version.spotbugs.maven>
1234-
<version.spotbugs>4.8.2</version.spotbugs>
1234+
<version.spotbugs>4.8.3</version.spotbugs>
12351235
<!-- Spring 6.x requires Java 17 -->
12361236
<version.springframework>5.3.31</version.springframework>
12371237
<!-- Tomcat 10 moves from Java EE to Jakarta EE, moving packages javax.* to jakarta.* - code changes likely required to address this change. -->
12381238
<tomcat.major.version>9</tomcat.major.version>
1239-
<version.tomcat>9.0.83</version.tomcat>
1239+
<version.tomcat>9.0.84</version.tomcat>
12401240
<tomcat.url>https://archive.apache.org/dist/tomcat/tomcat-${tomcat.major.version}/v${version.tomcat}/bin/apache-tomcat-${version.tomcat}.zip</tomcat.url>
12411241
</properties>
12421242

0 commit comments

Comments
 (0)