|
610 | 610 | <dependency> |
611 | 611 | <groupId>javax</groupId> |
612 | 612 | <artifactId>javaee-api</artifactId> |
613 | | - <version>7.0</version> |
| 613 | + <version>8.0.1</version> |
614 | 614 | <scope>provided</scope> |
615 | 615 | </dependency> |
616 | 616 |
|
|
624 | 624 | <dependency> |
625 | 625 | <groupId>commons-codec</groupId> |
626 | 626 | <artifactId>commons-codec</artifactId> |
627 | | - <version>1.16.1</version> |
| 627 | + <version>1.17.1</version> |
628 | 628 | </dependency> |
629 | 629 |
|
630 | 630 | <!-- 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 --> |
|
637 | 637 | <dependency> |
638 | 638 | <groupId>commons-io</groupId> |
639 | 639 | <artifactId>commons-io</artifactId> |
640 | | - <version>2.16.1</version> |
| 640 | + <version>2.18.0</version> |
641 | 641 | </dependency> |
642 | 642 |
|
643 | 643 | <dependency> |
|
651 | 651 | <dependency> |
652 | 652 | <groupId>org.slf4j</groupId> |
653 | 653 | <artifactId>slf4j-reload4j</artifactId> |
654 | | - <version>2.0.13</version> |
| 654 | + <version>2.0.16</version> |
655 | 655 | </dependency> |
656 | 656 |
|
657 | 657 | <dependency> |
|
899 | 899 | <plugin> |
900 | 900 | <groupId>org.apache.maven.plugins</groupId> |
901 | 901 | <artifactId>maven-release-plugin</artifactId> |
902 | | - <version>3.0.1</version> |
| 902 | + <version>3.1.1</version> |
903 | 903 | </plugin> |
904 | 904 | </plugins> |
905 | 905 | </pluginManagement> |
|
913 | 913 | <plugin> |
914 | 914 | <groupId>org.apache.maven.plugins</groupId> |
915 | 915 | <artifactId>maven-clean-plugin</artifactId> |
916 | | - <version>3.3.2</version> |
| 916 | + <version>3.4.0</version> |
917 | 917 | </plugin> |
918 | 918 |
|
919 | 919 | <plugin> |
|
988 | 988 | <plugin> |
989 | 989 | <groupId>org.apache.maven.plugins</groupId> |
990 | 990 | <artifactId>maven-install-plugin</artifactId> |
991 | | - <version>3.1.1</version> |
| 991 | + <version>3.1.3</version> |
992 | 992 | </plugin> |
993 | 993 |
|
994 | 994 | <plugin> |
|
1087 | 1087 | <plugin> |
1088 | 1088 | <groupId>com.internetitem</groupId> |
1089 | 1089 | <artifactId>write-properties-file-maven-plugin</artifactId> |
1090 | | - <version>1.0.1</version> |
| 1090 | + <version>2.0.0</version> |
1091 | 1091 | </plugin> |
1092 | 1092 |
|
1093 | 1093 | <plugin> |
|
1241 | 1241 |
|
1242 | 1242 | <version.apache.api-ldap>2.1.7</version.apache.api-ldap> |
1243 | 1243 | <version.apacheds>2.0.0.AM27</version.apacheds> |
1244 | | - <version.fluido>2.0.0-M8</version.fluido> |
| 1244 | + <version.fluido>2.0.0-M11</version.fluido> |
1245 | 1245 | <!-- hibernate is up to rev 6+. But 4.0.0. causes this error: symbol: org.hibernate.classic.Session not found --> |
1246 | 1246 | <version.hibernate>3.6.10.Final</version.hibernate> |
1247 | 1247 | <version.spotbugs.maven>4.8.6.6</version.spotbugs.maven> |
1248 | 1248 | <version.spotbugs>4.8.6</version.spotbugs> |
1249 | 1249 | <!-- Spring 6.x requires Java 17 --> |
1250 | | - <version.springframework>5.3.34</version.springframework> |
| 1250 | + <version.springframework>5.3.39</version.springframework> |
1251 | 1251 | <!-- Tomcat 10 moves from Java EE to Jakarta EE, moving packages javax.* to jakarta.* - code changes likely required to address this change. --> |
1252 | 1252 | <tomcat.major.version>9</tomcat.major.version> |
1253 | 1253 | <version.tomcat>9.0.97</version.tomcat> |
|
0 commit comments