|
862 | 862 | <plugin>
|
863 | 863 | <groupId>org.apache.maven.plugins</groupId>
|
864 | 864 | <artifactId>maven-assembly-plugin</artifactId>
|
865 |
| - <version>3.4.2</version> |
| 865 | + <version>3.5.0</version> |
866 | 866 | </plugin>
|
867 | 867 | <plugin>
|
868 | 868 | <groupId>org.apache.maven.plugins</groupId>
|
869 | 869 | <artifactId>maven-dependency-plugin</artifactId>
|
870 |
| - <version>3.3.0</version> |
| 870 | + <version>3.5.0</version> |
871 | 871 | <configuration>
|
872 | 872 | <usedDependencies>
|
873 | 873 | <dependency>com.sun.jersey:jersey-servlet</dependency>
|
|
901 | 901 | <plugin>
|
902 | 902 | <groupId>org.apache.maven.plugins</groupId>
|
903 | 903 | <artifactId>maven-compiler-plugin</artifactId>
|
904 |
| - <version>3.10.1</version> |
| 904 | + <version>3.11.0</version> |
905 | 905 | <configuration>
|
906 | 906 | <fork>true</fork>
|
907 | 907 | <meminitial>1000m</meminitial>
|
|
912 | 912 | <plugin>
|
913 | 913 | <groupId>org.apache.maven.plugins</groupId>
|
914 | 914 | <artifactId>maven-deploy-plugin</artifactId>
|
915 |
| - <version>3.0.0</version> |
| 915 | + <version>3.1.0</version> |
916 | 916 | </plugin>
|
917 | 917 |
|
918 | 918 | <plugin>
|
919 | 919 | <groupId>org.apache.maven.plugins</groupId>
|
920 | 920 | <artifactId>maven-enforcer-plugin</artifactId>
|
921 |
| - <version>3.1.0</version> |
| 921 | + <version>3.2.1</version> |
922 | 922 | <dependencies>
|
923 | 923 | <dependency>
|
924 | 924 | <groupId>org.codehaus.mojo</groupId>
|
|
985 | 985 | <plugin>
|
986 | 986 | <groupId>org.apache.maven.plugins</groupId>
|
987 | 987 | <artifactId>maven-pmd-plugin</artifactId>
|
988 |
| - <version>3.19.0</version> |
| 988 | + <version>3.20.0</version> |
989 | 989 | <configuration>
|
990 | 990 | <linkXref>true</linkXref>
|
991 | 991 | <targetJdk>${project.java.target}</targetJdk>
|
|
995 | 995 | <plugin>
|
996 | 996 | <groupId>org.apache.maven.plugins</groupId>
|
997 | 997 | <artifactId>maven-project-info-reports-plugin</artifactId>
|
998 |
| - <version>3.4.1</version> |
| 998 | + <version>3.4.2</version> |
999 | 999 | </plugin>
|
1000 | 1000 |
|
1001 | 1001 | <plugin>
|
|
1008 | 1008 | <!-- Note: This uses the maven-fluido-skin version specified next. The skin is referenced in src/site/site.xml. -->
|
1009 | 1009 | <groupId>org.apache.maven.plugins</groupId>
|
1010 | 1010 | <artifactId>maven-site-plugin</artifactId>
|
1011 |
| - <version>4.0.0-M3</version> |
1012 |
| - </plugin> |
1013 |
| - |
1014 |
| - <plugin> |
1015 |
| - <groupId>org.apache.maven.skins</groupId> |
1016 |
| - <artifactId>maven-fluido-skin</artifactId> |
1017 |
| - <version>1.11.1</version> |
| 1011 | + <version>4.0.0-M5</version> |
| 1012 | + <dependencies> |
| 1013 | + <!-- 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. --> |
| 1014 | + <dependency> |
| 1015 | + <groupId>org.apache.maven.skins</groupId> |
| 1016 | + <artifactId>maven-fluido-skin</artifactId> |
| 1017 | + <version>${version.fluido}</version> |
| 1018 | + </dependency> |
| 1019 | + </dependencies> |
1018 | 1020 | </plugin>
|
1019 | 1021 |
|
1020 | 1022 | <plugin>
|
1021 | 1023 | <groupId>org.apache.maven.plugins</groupId>
|
1022 | 1024 | <artifactId>maven-surefire-plugin</artifactId>
|
1023 |
| - <version>3.0.0-M7</version> |
| 1025 | + <version>3.0.0-M9</version> |
1024 | 1026 | </plugin>
|
1025 | 1027 |
|
1026 | 1028 | <plugin>
|
|
1041 | 1043 | <plugin>
|
1042 | 1044 | <groupId>org.codehaus.mojo</groupId>
|
1043 | 1045 | <artifactId>versions-maven-plugin</artifactId>
|
1044 |
| - <version>2.13.0</version> |
| 1046 | + <version>2.15.0</version> |
1045 | 1047 | </plugin>
|
1046 | 1048 |
|
1047 | 1049 | <!-- SpotBugs Static Analysis - the successor to FindBugs -->
|
|
1086 | 1088 | <plugin>
|
1087 | 1089 | <groupId>com.diffplug.spotless</groupId>
|
1088 | 1090 | <artifactId>spotless-maven-plugin</artifactId>
|
1089 |
| - <version>2.27.2</version> |
| 1091 | + <!-- This is the last version that supports Java 8. 2.31.0+ requires Java 11. --> |
| 1092 | + <version>2.30.0</version> |
1090 | 1093 | <configuration>
|
1091 | 1094 | <!-- optional: limit format enforcement to just the files changed by this feature branch -->
|
1092 | 1095 | <ratchetFrom>origin/master</ratchetFrom>
|
|
1229 | 1232 | <version.apacheds>1.5.7</version.apacheds>
|
1230 | 1233 | <version.apache-shared-ldap>0.9.19</version.apache-shared-ldap>
|
1231 | 1234 | <version.exec.maven>1.6.0</version.exec.maven>
|
| 1235 | + <version.fluido>2.0.0-M3</version.fluido> |
1232 | 1236 | <!-- hibernate is up to rev 6+. But 4.0.0. causes this error: symbol: org.hibernate.classic.Session not found -->
|
1233 | 1237 | <version.hibernate>3.6.10.Final</version.hibernate>
|
1234 |
| - <version.spotbugs.maven>4.7.3.0</version.spotbugs.maven> |
| 1238 | + <version.spotbugs.maven>4.7.3.2</version.spotbugs.maven> |
1235 | 1239 | <version.spotbugs>4.7.3</version.spotbugs>
|
1236 | 1240 | <version.springframework>4.3.30.RELEASE</version.springframework>
|
1237 | 1241 | <!-- tomcat 8.5 is last version to support Java 7. Tomcat 9+ requires Java 8. -->
|
|
0 commit comments