Skip to content

Commit

Permalink
Remove SNAPSHOT from version, update dependencies & plugins to latest…
Browse files Browse the repository at this point in the history
… versions.
  • Loading branch information
kwwall committed May 29, 2024
1 parent 8d34397 commit 977dd2b
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.owasp.esapi</groupId>
<artifactId>esapi</artifactId>
<version>2.5.4.0-SNAPSHOT</version>
<version>2.5.4.0</version>
<packaging>jar</packaging>

<distributionManagement>
Expand Down Expand Up @@ -132,16 +132,16 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.jmh>1.37</version.jmh>
<version.findsecbugs>2.0.0-M3</version.findsecbugs>
<version.fluido>2.0.0-M8</version.fluido>
<version.fluido>2.0.0-M9</version.fluido>
<version.powermock>2.0.9</version.powermock>
<version.spotbugs>4.8.2</version.spotbugs>
<version.spotbugs.maven>4.8.2.0</version.spotbugs.maven>
<version.surefire>3.2.2</version.surefire>
<version.spotbugs>4.8.5</version.spotbugs>
<version.spotbugs.maven>4.8.5.0</version.spotbugs.maven>
<version.surefire>3.2.5</version.surefire>
<project.java.target>1.8</project.java.target>
<!-- TODO: Be sure to update. Should be date of previous official release -->
<!-- Exact date in the form 'yyyy-dd-yy 00:00:00' should be used. You can find the previous release date -->
<!-- in the previous release notes file under the 'documentation/' directory. -->
<date.prev_release>2023-11-24 00:00:00</date.prev_release>
<date.prev_release>2023-12-01 00:00:00</date.prev_release>
</properties>

<dependencies>
Expand Down Expand Up @@ -233,7 +233,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.4</version>
<version>4.5.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache-extras.beanshell</groupId>
Expand All @@ -260,7 +260,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.6</version>
<version>2.0.13</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
Expand All @@ -286,7 +286,7 @@
-->
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
<version>2.16.1</version>
</dependency>

<!-- SpotBugs dependencies -->
Expand All @@ -301,7 +301,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.0</version>
<version>1.17.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -418,7 +418,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<version>3.7.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -446,7 +446,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.7.10</version>
<version>2.8.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -494,7 +494,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<source>${project.java.target}</source>
<target>${project.java.target}</target>
Expand Down Expand Up @@ -528,7 +528,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
</plugin>

<plugin>
Expand All @@ -548,7 +548,7 @@
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.mojo</groupId>
Expand All @@ -564,8 +564,8 @@
<configuration>
<rules>
<requireMavenVersion>
<version>[3.3.9,)</version>
<message>Building ESAPI 2.x now requires Maven 3.3.9 or later.</message>
<version>[3.6.3,)</version>
<message>Building ESAPI 2.x now requires Maven 3.6.3 or later.</message>
</requireMavenVersion>
</rules>
</configuration>
Expand Down Expand Up @@ -617,7 +617,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand All @@ -630,13 +630,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
<configuration>
<archive>
<manifest>
Expand All @@ -650,7 +650,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.2</version>
<version>3.6.3</version>
<configuration>
<source>8</source>
<doclint>none</doclint>
Expand All @@ -668,13 +668,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.21.2</version>
<version>3.22.0</version>
</plugin>

<plugin>
Expand All @@ -694,7 +694,7 @@
The skin is referenced in src/site/site.xml. -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M12</version>
<version>4.0.0-M14</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.skins</groupId>
Expand All @@ -707,7 +707,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down Expand Up @@ -755,7 +755,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>9.0.6</version>
<version>9.2.0</version>
<configuration>
<nvdApiKey>${env.NVD_API_KEY}</nvdApiKey>
<failBuildOnCVSS>1.0</failBuildOnCVSS>
Expand Down

0 comments on commit 977dd2b

Please sign in to comment.