|
619 | 619 | <dependency> |
620 | 620 | <groupId>commons-codec</groupId> |
621 | 621 | <artifactId>commons-codec</artifactId> |
622 | | - <version>1.15</version> |
| 622 | + <version>1.16.0</version> |
623 | 623 | </dependency> |
624 | 624 |
|
625 | 625 | <!-- mvn dependency:analyze says this is an unused declared dependency, but its wrong. Get this runtime error if it's not included: Caused by: org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.apache.commons.dbcp.BasicDataSource] for bean with name 'dataSource' defined in class path resource [context.xml]; nested exception is java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSource --> |
|
640 | 640 | <dependency> |
641 | 641 | <groupId>org.slf4j</groupId> |
642 | 642 | <artifactId>slf4j-reload4j</artifactId> |
643 | | - <version>2.0.7</version> |
| 643 | + <version>2.0.9</version> |
644 | 644 | </dependency> |
645 | 645 |
|
646 | 646 | <dependency> |
|
750 | 750 | <dependency> |
751 | 751 | <groupId>org.apache.httpcomponents.core5</groupId> |
752 | 752 | <artifactId>httpcore5</artifactId> |
753 | | - <version>5.2.1</version> |
| 753 | + <version>5.2.2</version> |
754 | 754 | </dependency> |
755 | 755 |
|
756 | 756 | <dependency> |
|
860 | 860 | <plugin> |
861 | 861 | <groupId>org.apache.maven.plugins</groupId> |
862 | 862 | <artifactId>maven-assembly-plugin</artifactId> |
863 | | - <version>3.5.0</version> |
| 863 | + <version>3.6.0</version> |
864 | 864 | </plugin> |
865 | 865 | <plugin> |
866 | 866 | <groupId>org.apache.maven.plugins</groupId> |
867 | 867 | <artifactId>maven-dependency-plugin</artifactId> |
868 | | - <version>3.5.0</version> |
| 868 | + <version>3.6.0</version> |
869 | 869 | <configuration> |
870 | 870 | <usedDependencies> |
871 | 871 | <dependency>com.sun.jersey:jersey-servlet</dependency> |
|
879 | 879 | <plugin> |
880 | 880 | <groupId>org.apache.maven.plugins</groupId> |
881 | 881 | <artifactId>maven-release-plugin</artifactId> |
882 | | - <version>3.0.0</version> |
| 882 | + <version>3.0.1</version> |
883 | 883 | </plugin> |
884 | 884 | </plugins> |
885 | 885 | </pluginManagement> |
|
893 | 893 | <plugin> |
894 | 894 | <groupId>org.apache.maven.plugins</groupId> |
895 | 895 | <artifactId>maven-clean-plugin</artifactId> |
896 | | - <version>3.2.0</version> |
| 896 | + <version>3.3.1</version> |
897 | 897 | </plugin> |
898 | 898 |
|
899 | 899 | <plugin> |
|
916 | 916 | <plugin> |
917 | 917 | <groupId>org.apache.maven.plugins</groupId> |
918 | 918 | <artifactId>maven-enforcer-plugin</artifactId> |
919 | | - <version>3.3.0</version> |
| 919 | + <version>3.4.0</version> |
920 | 920 | <dependencies> |
921 | 921 | <dependency> |
922 | 922 | <groupId>org.codehaus.mojo</groupId> |
923 | 923 | <artifactId>extra-enforcer-rules</artifactId> |
924 | | - <version>1.6.2</version> |
| 924 | + <version>1.7.0</version> |
925 | 925 | </dependency> |
926 | 926 | </dependencies> |
927 | 927 | <executions> |
|
961 | 961 | <plugin> |
962 | 962 | <groupId>org.apache.maven.plugins</groupId> |
963 | 963 | <artifactId>maven-help-plugin</artifactId> |
964 | | - <version>3.3.0</version> |
| 964 | + <version>3.4.0</version> |
965 | 965 | </plugin> |
966 | 966 |
|
967 | 967 | <plugin> |
|
979 | 979 | <plugin> |
980 | 980 | <groupId>org.apache.maven.plugins</groupId> |
981 | 981 | <artifactId>maven-pmd-plugin</artifactId> |
982 | | - <version>3.20.0</version> |
| 982 | + <version>3.21.0</version> |
983 | 983 | </plugin> |
984 | 984 |
|
985 | 985 | <plugin> |
986 | 986 | <groupId>org.apache.maven.plugins</groupId> |
987 | 987 | <artifactId>maven-project-info-reports-plugin</artifactId> |
988 | | - <version>3.4.2</version> |
| 988 | + <version>3.4.5</version> |
989 | 989 | </plugin> |
990 | 990 |
|
991 | 991 | <plugin> |
|
998 | 998 | <!-- Note: This uses the maven-fluido-skin version specified next. The skin is referenced in src/site/site.xml. --> |
999 | 999 | <groupId>org.apache.maven.plugins</groupId> |
1000 | 1000 | <artifactId>maven-site-plugin</artifactId> |
1001 | | - <version>4.0.0-M7</version> |
| 1001 | + <version>4.0.0-M9</version> |
1002 | 1002 | <dependencies> |
1003 | 1003 | <!-- 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. --> |
1004 | 1004 | <dependency> |
|
1012 | 1012 | <plugin> |
1013 | 1013 | <groupId>org.apache.maven.plugins</groupId> |
1014 | 1014 | <artifactId>maven-surefire-plugin</artifactId> |
1015 | | - <version>3.0.0</version> |
| 1015 | + <version>3.1.2</version> |
1016 | 1016 | </plugin> |
1017 | 1017 |
|
1018 | 1018 | <plugin> |
1019 | 1019 | <groupId>org.apache.maven.plugins</groupId> |
1020 | 1020 | <artifactId>maven-war-plugin</artifactId> |
1021 | | - <version>3.3.2</version> |
| 1021 | + <version>3.4.0</version> |
1022 | 1022 | <configuration> |
1023 | 1023 | <webXml>${maven.war.webxml}</webXml> |
1024 | 1024 | </configuration> |
|
1027 | 1027 | <plugin> |
1028 | 1028 | <groupId>org.codehaus.cargo</groupId> |
1029 | 1029 | <artifactId>cargo-maven3-plugin</artifactId> |
1030 | | - <version>1.10.3</version> |
| 1030 | + <version>1.10.9</version> |
1031 | 1031 | </plugin> |
1032 | 1032 |
|
1033 | 1033 | <plugin> |
1034 | 1034 | <groupId>org.codehaus.mojo</groupId> |
1035 | 1035 | <artifactId>versions-maven-plugin</artifactId> |
1036 | | - <version>2.15.0</version> |
| 1036 | + <version>2.16.0</version> |
1037 | 1037 | </plugin> |
1038 | 1038 |
|
1039 | 1039 | <!-- SpotBugs Static Analysis - the successor to FindBugs --> |
|
1222 | 1222 | <version.apacheds>1.5.7</version.apacheds> |
1223 | 1223 | <version.apache-shared-ldap>0.9.19</version.apache-shared-ldap> |
1224 | 1224 | <version.exec.maven>1.6.0</version.exec.maven> |
1225 | | - <version.fluido>2.0.0-M6</version.fluido> |
| 1225 | + <version.fluido>2.0.0-M7</version.fluido> |
1226 | 1226 | <!-- hibernate is up to rev 6+. But 4.0.0. causes this error: symbol: org.hibernate.classic.Session not found --> |
1227 | 1227 | <version.hibernate>3.6.10.Final</version.hibernate> |
1228 | | - <version.spotbugs.maven>4.7.3.4</version.spotbugs.maven> |
| 1228 | + <version.spotbugs.maven>4.7.3.5</version.spotbugs.maven> |
1229 | 1229 | <version.spotbugs>4.7.3</version.spotbugs> |
1230 | 1230 | <!-- Spring 6.x requires Java 17 --> |
1231 | | - <version.springframework>5.3.27</version.springframework> |
| 1231 | + <version.springframework>5.3.29</version.springframework> |
1232 | 1232 | <!-- Tomcat 10 moves from Java EE to Jakarta EE, moving packages javax.* to jakarta.* - code changes likely required to address this change. --> |
1233 | 1233 | <tomcat.major.version>9</tomcat.major.version> |
1234 | | - <version.tomcat>9.0.74</version.tomcat> |
| 1234 | + <version.tomcat>9.0.80</version.tomcat> |
1235 | 1235 | <tomcat.url>https://archive.apache.org/dist/tomcat/tomcat-${tomcat.major.version}/v${version.tomcat}/bin/apache-tomcat-${version.tomcat}.zip</tomcat.url> |
1236 | 1236 | </properties> |
1237 | 1237 |
|
|
0 commit comments