|
7 | 7 |
|
8 | 8 | <name>OWASP Benchmark for Java</name>
|
9 | 9 | <description>OWASP Benchmark is a Java test suite designed to evaluate the accuracy, coverage, and speed of automated software vulnerability detection tools.</description>
|
10 |
| - <url>https://owasp.org/www-project-benchmark/</url> |
| 10 | + <url>https://github.com/OWASP-Benchmark/BenchmarkJava</url> |
11 | 11 |
|
12 | 12 | <developers>
|
13 | 13 | <developer>
|
|
17 | 17 | </developer>
|
18 | 18 | </developers>
|
19 | 19 |
|
| 20 | + <organization> |
| 21 | + <name>OWASP Foundation</name> |
| 22 | + <url>https://owasp.org/</url> |
| 23 | + </organization> |
| 24 | + |
20 | 25 | <licenses>
|
21 | 26 | <license>
|
22 | 27 | <name>GNU General Public License, version 2 (GPL2)</name>
|
|
750 | 755 | <dependency>
|
751 | 756 | <groupId>org.apache.httpcomponents.core5</groupId>
|
752 | 757 | <artifactId>httpcore5</artifactId>
|
753 |
| - <version>5.2.2</version> |
| 758 | + <version>5.2.3</version> |
754 | 759 | </dependency>
|
755 | 760 |
|
756 | 761 | <dependency>
|
|
865 | 870 | <plugin>
|
866 | 871 | <groupId>org.apache.maven.plugins</groupId>
|
867 | 872 | <artifactId>maven-dependency-plugin</artifactId>
|
868 |
| - <version>3.6.0</version> |
| 873 | + <version>3.6.1</version> |
869 | 874 | <configuration>
|
870 | 875 | <usedDependencies>
|
871 | 876 | <dependency>com.sun.jersey:jersey-servlet</dependency>
|
|
916 | 921 | <plugin>
|
917 | 922 | <groupId>org.apache.maven.plugins</groupId>
|
918 | 923 | <artifactId>maven-enforcer-plugin</artifactId>
|
919 |
| - <version>3.4.0</version> |
| 924 | + <version>3.4.1</version> |
920 | 925 | <dependencies>
|
921 | 926 | <dependency>
|
922 | 927 | <groupId>org.codehaus.mojo</groupId>
|
|
998 | 1003 | <!-- Note: This uses the maven-fluido-skin version specified next. The skin is referenced in src/site/site.xml. -->
|
999 | 1004 | <groupId>org.apache.maven.plugins</groupId>
|
1000 | 1005 | <artifactId>maven-site-plugin</artifactId>
|
1001 |
| - <version>4.0.0-M9</version> |
| 1006 | + <version>4.0.0-M11</version> |
1002 | 1007 | <dependencies>
|
1003 | 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. -->
|
1004 | 1009 | <dependency>
|
|
1012 | 1017 | <plugin>
|
1013 | 1018 | <groupId>org.apache.maven.plugins</groupId>
|
1014 | 1019 | <artifactId>maven-surefire-plugin</artifactId>
|
1015 |
| - <version>3.1.2</version> |
| 1020 | + <version>3.2.1</version> |
1016 | 1021 | </plugin>
|
1017 | 1022 |
|
1018 | 1023 | <plugin>
|
|
1027 | 1032 | <plugin>
|
1028 | 1033 | <groupId>org.codehaus.cargo</groupId>
|
1029 | 1034 | <artifactId>cargo-maven3-plugin</artifactId>
|
1030 |
| - <version>1.10.9</version> |
| 1035 | + <version>1.10.10</version> |
1031 | 1036 | </plugin>
|
1032 | 1037 |
|
1033 | 1038 | <plugin>
|
1034 | 1039 | <groupId>org.codehaus.mojo</groupId>
|
1035 | 1040 | <artifactId>versions-maven-plugin</artifactId>
|
1036 |
| - <version>2.16.0</version> |
| 1041 | + <version>2.16.1</version> |
1037 | 1042 | </plugin>
|
1038 | 1043 |
|
1039 | 1044 | <!-- SpotBugs Static Analysis - the successor to FindBugs -->
|
|
1222 | 1227 | <version.apacheds>1.5.7</version.apacheds>
|
1223 | 1228 | <version.apache-shared-ldap>0.9.19</version.apache-shared-ldap>
|
1224 | 1229 | <version.exec.maven>1.6.0</version.exec.maven>
|
1225 |
| - <version.fluido>2.0.0-M7</version.fluido> |
| 1230 | + <version.fluido>2.0.0-M8</version.fluido> |
1226 | 1231 | <!-- hibernate is up to rev 6+. But 4.0.0. causes this error: symbol: org.hibernate.classic.Session not found -->
|
1227 | 1232 | <version.hibernate>3.6.10.Final</version.hibernate>
|
1228 |
| - <version.spotbugs.maven>4.7.3.5</version.spotbugs.maven> |
1229 |
| - <version.spotbugs>4.7.3</version.spotbugs> |
| 1233 | + <version.spotbugs.maven>4.7.3.6</version.spotbugs.maven> |
| 1234 | + <version.spotbugs>4.8.0</version.spotbugs> |
1230 | 1235 | <!-- Spring 6.x requires Java 17 -->
|
1231 |
| - <version.springframework>5.3.29</version.springframework> |
| 1236 | + <version.springframework>5.3.30</version.springframework> |
1232 | 1237 | <!-- Tomcat 10 moves from Java EE to Jakarta EE, moving packages javax.* to jakarta.* - code changes likely required to address this change. -->
|
1233 | 1238 | <tomcat.major.version>9</tomcat.major.version>
|
1234 |
| - <version.tomcat>9.0.80</version.tomcat> |
| 1239 | + <version.tomcat>9.0.82</version.tomcat> |
1235 | 1240 | <tomcat.url>https://archive.apache.org/dist/tomcat/tomcat-${tomcat.major.version}/v${version.tomcat}/bin/apache-tomcat-${version.tomcat}.zip</tomcat.url>
|
1236 | 1241 | </properties>
|
1237 | 1242 |
|
|
0 commit comments