Skip to content

Commit f6f96b2

Browse files
committed
Upgrade a few dependencies and plugins, and update site.xml to use new maven site plugin format.
1 parent ab3bd34 commit f6f96b2

File tree

3 files changed

+23
-21
lines changed

3 files changed

+23
-21
lines changed

pom.xml

+18-13
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<name>OWASP Benchmark for Java</name>
99
<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>
1111

1212
<developers>
1313
<developer>
@@ -17,6 +17,11 @@
1717
</developer>
1818
</developers>
1919

20+
<organization>
21+
<name>OWASP Foundation</name>
22+
<url>https://owasp.org/</url>
23+
</organization>
24+
2025
<licenses>
2126
<license>
2227
<name>GNU General Public License, version 2 (GPL2)</name>
@@ -750,7 +755,7 @@
750755
<dependency>
751756
<groupId>org.apache.httpcomponents.core5</groupId>
752757
<artifactId>httpcore5</artifactId>
753-
<version>5.2.2</version>
758+
<version>5.2.3</version>
754759
</dependency>
755760

756761
<dependency>
@@ -865,7 +870,7 @@
865870
<plugin>
866871
<groupId>org.apache.maven.plugins</groupId>
867872
<artifactId>maven-dependency-plugin</artifactId>
868-
<version>3.6.0</version>
873+
<version>3.6.1</version>
869874
<configuration>
870875
<usedDependencies>
871876
<dependency>com.sun.jersey:jersey-servlet</dependency>
@@ -916,7 +921,7 @@
916921
<plugin>
917922
<groupId>org.apache.maven.plugins</groupId>
918923
<artifactId>maven-enforcer-plugin</artifactId>
919-
<version>3.4.0</version>
924+
<version>3.4.1</version>
920925
<dependencies>
921926
<dependency>
922927
<groupId>org.codehaus.mojo</groupId>
@@ -998,7 +1003,7 @@
9981003
<!-- Note: This uses the maven-fluido-skin version specified next. The skin is referenced in src/site/site.xml. -->
9991004
<groupId>org.apache.maven.plugins</groupId>
10001005
<artifactId>maven-site-plugin</artifactId>
1001-
<version>4.0.0-M9</version>
1006+
<version>4.0.0-M11</version>
10021007
<dependencies>
10031008
<!-- 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. -->
10041009
<dependency>
@@ -1012,7 +1017,7 @@
10121017
<plugin>
10131018
<groupId>org.apache.maven.plugins</groupId>
10141019
<artifactId>maven-surefire-plugin</artifactId>
1015-
<version>3.1.2</version>
1020+
<version>3.2.1</version>
10161021
</plugin>
10171022

10181023
<plugin>
@@ -1027,13 +1032,13 @@
10271032
<plugin>
10281033
<groupId>org.codehaus.cargo</groupId>
10291034
<artifactId>cargo-maven3-plugin</artifactId>
1030-
<version>1.10.9</version>
1035+
<version>1.10.10</version>
10311036
</plugin>
10321037

10331038
<plugin>
10341039
<groupId>org.codehaus.mojo</groupId>
10351040
<artifactId>versions-maven-plugin</artifactId>
1036-
<version>2.16.0</version>
1041+
<version>2.16.1</version>
10371042
</plugin>
10381043

10391044
<!-- SpotBugs Static Analysis - the successor to FindBugs -->
@@ -1222,16 +1227,16 @@
12221227
<version.apacheds>1.5.7</version.apacheds>
12231228
<version.apache-shared-ldap>0.9.19</version.apache-shared-ldap>
12241229
<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>
12261231
<!-- hibernate is up to rev 6+. But 4.0.0. causes this error: symbol: org.hibernate.classic.Session not found -->
12271232
<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>
12301235
<!-- Spring 6.x requires Java 17 -->
1231-
<version.springframework>5.3.29</version.springframework>
1236+
<version.springframework>5.3.30</version.springframework>
12321237
<!-- Tomcat 10 moves from Java EE to Jakarta EE, moving packages javax.* to jakarta.* - code changes likely required to address this change. -->
12331238
<tomcat.major.version>9</tomcat.major.version>
1234-
<version.tomcat>9.0.80</version.tomcat>
1239+
<version.tomcat>9.0.82</version.tomcat>
12351240
<tomcat.url>https://archive.apache.org/dist/tomcat/tomcat-${tomcat.major.version}/v${version.tomcat}/bin/apache-tomcat-${version.tomcat}.zip</tomcat.url>
12361241
</properties>
12371242

src/site/resources/images/owasp.png

13.4 KB
Loading

src/site/site.xml

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project name="${project.name}" xmlns="https://maven.apache.org/DECORATION/1.8.0"
3-
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="https://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
5-
<bannerLeft>
6-
<src>/images/owasp.png</src>
7-
<href>https://owasp.org/www-project-benchmark/</href>
1+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
3+
<bannerLeft href="https://owasp.org/www-project-benchmark">
4+
<image src="images/owasp.png" />
85
</bannerLeft>
96
<skin>
107
<groupId>org.apache.maven.skins</groupId>
@@ -23,5 +20,5 @@
2320
</links>
2421
<menu ref="reports" />
2522
</body>
26-
</project>
23+
</site>
2724

0 commit comments

Comments
 (0)