|
904 | 904 | <plugin>
|
905 | 905 | <groupId>org.apache.maven.plugins</groupId>
|
906 | 906 | <artifactId>maven-compiler-plugin</artifactId>
|
907 |
| - <version>3.11.0</version> |
| 907 | + <version>3.12.1</version> |
908 | 908 | <configuration>
|
909 | 909 | <fork>true</fork>
|
910 | 910 | <meminitial>1000m</meminitial>
|
|
1003 | 1003 | <!-- Note: This uses the maven-fluido-skin version specified next. The skin is referenced in src/site/site.xml. -->
|
1004 | 1004 | <groupId>org.apache.maven.plugins</groupId>
|
1005 | 1005 | <artifactId>maven-site-plugin</artifactId>
|
1006 |
| - <version>4.0.0-M12</version> |
| 1006 | + <version>4.0.0-M13</version> |
1007 | 1007 | <dependencies>
|
1008 | 1008 | <!-- 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. -->
|
1009 | 1009 | <dependency>
|
|
1017 | 1017 | <plugin>
|
1018 | 1018 | <groupId>org.apache.maven.plugins</groupId>
|
1019 | 1019 | <artifactId>maven-surefire-plugin</artifactId>
|
1020 |
| - <version>3.2.2</version> |
| 1020 | + <version>3.2.3</version> |
1021 | 1021 | </plugin>
|
1022 | 1022 |
|
1023 | 1023 | <plugin>
|
|
1231 | 1231 | <!-- hibernate is up to rev 6+. But 4.0.0. causes this error: symbol: org.hibernate.classic.Session not found -->
|
1232 | 1232 | <version.hibernate>3.6.10.Final</version.hibernate>
|
1233 | 1233 | <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> |
1235 | 1235 | <!-- Spring 6.x requires Java 17 -->
|
1236 | 1236 | <version.springframework>5.3.31</version.springframework>
|
1237 | 1237 | <!-- Tomcat 10 moves from Java EE to Jakarta EE, moving packages javax.* to jakarta.* - code changes likely required to address this change. -->
|
1238 | 1238 | <tomcat.major.version>9</tomcat.major.version>
|
1239 |
| - <version.tomcat>9.0.83</version.tomcat> |
| 1239 | + <version.tomcat>9.0.84</version.tomcat> |
1240 | 1240 | <tomcat.url>https://archive.apache.org/dist/tomcat/tomcat-${tomcat.major.version}/v${version.tomcat}/bin/apache-tomcat-${version.tomcat}.zip</tomcat.url>
|
1241 | 1241 | </properties>
|
1242 | 1242 |
|
|
0 commit comments