Skip to content

Commit 977dd2b

Browse files
committed
Remove SNAPSHOT from version, update dependencies & plugins to latest versions.
1 parent 8d34397 commit 977dd2b

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

pom.xml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.owasp.esapi</groupId>
55
<artifactId>esapi</artifactId>
6-
<version>2.5.4.0-SNAPSHOT</version>
6+
<version>2.5.4.0</version>
77
<packaging>jar</packaging>
88

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

147147
<dependencies>
@@ -233,7 +233,7 @@
233233
<dependency>
234234
<groupId>org.apache.commons</groupId>
235235
<artifactId>commons-collections4</artifactId>
236-
<version>4.4</version>
236+
<version>4.5.0-M1</version>
237237
</dependency>
238238
<dependency>
239239
<groupId>org.apache-extras.beanshell</groupId>
@@ -260,7 +260,7 @@
260260
<dependency>
261261
<groupId>org.slf4j</groupId>
262262
<artifactId>slf4j-api</artifactId>
263-
<version>2.0.6</version>
263+
<version>2.0.13</version>
264264
</dependency>
265265
<dependency>
266266
<groupId>xml-apis</groupId>
@@ -286,7 +286,7 @@
286286
-->
287287
<groupId>commons-io</groupId>
288288
<artifactId>commons-io</artifactId>
289-
<version>2.15.1</version>
289+
<version>2.16.1</version>
290290
</dependency>
291291

292292
<!-- SpotBugs dependencies -->
@@ -301,7 +301,7 @@
301301
<dependency>
302302
<groupId>commons-codec</groupId>
303303
<artifactId>commons-codec</artifactId>
304-
<version>1.16.0</version>
304+
<version>1.17.0</version>
305305
<scope>test</scope>
306306
</dependency>
307307
<dependency>
@@ -418,7 +418,7 @@
418418
<plugin>
419419
<groupId>org.apache.maven.plugins</groupId>
420420
<artifactId>maven-assembly-plugin</artifactId>
421-
<version>3.6.0</version>
421+
<version>3.7.1</version>
422422
</plugin>
423423
<plugin>
424424
<groupId>org.apache.maven.plugins</groupId>
@@ -446,7 +446,7 @@
446446
<plugin>
447447
<groupId>org.cyclonedx</groupId>
448448
<artifactId>cyclonedx-maven-plugin</artifactId>
449-
<version>2.7.10</version>
449+
<version>2.8.0</version>
450450
<executions>
451451
<execution>
452452
<phase>package</phase>
@@ -494,7 +494,7 @@
494494
<plugin>
495495
<groupId>org.apache.maven.plugins</groupId>
496496
<artifactId>maven-compiler-plugin</artifactId>
497-
<version>3.11.0</version>
497+
<version>3.13.0</version>
498498
<configuration>
499499
<source>${project.java.target}</source>
500500
<target>${project.java.target}</target>
@@ -528,7 +528,7 @@
528528
<plugin>
529529
<groupId>org.apache.maven.plugins</groupId>
530530
<artifactId>maven-deploy-plugin</artifactId>
531-
<version>3.1.1</version>
531+
<version>3.1.2</version>
532532
</plugin>
533533

534534
<plugin>
@@ -548,7 +548,7 @@
548548
<dependency>
549549
<groupId>org.codehaus.mojo</groupId>
550550
<artifactId>extra-enforcer-rules</artifactId>
551-
<version>1.7.0</version>
551+
<version>1.8.0</version>
552552
</dependency>
553553
<dependency>
554554
<groupId>org.codehaus.mojo</groupId>
@@ -564,8 +564,8 @@
564564
<configuration>
565565
<rules>
566566
<requireMavenVersion>
567-
<version>[3.3.9,)</version>
568-
<message>Building ESAPI 2.x now requires Maven 3.3.9 or later.</message>
567+
<version>[3.6.3,)</version>
568+
<message>Building ESAPI 2.x now requires Maven 3.6.3 or later.</message>
569569
</requireMavenVersion>
570570
</rules>
571571
</configuration>
@@ -617,7 +617,7 @@
617617
<plugin>
618618
<groupId>org.apache.maven.plugins</groupId>
619619
<artifactId>maven-gpg-plugin</artifactId>
620-
<version>3.1.0</version>
620+
<version>3.2.4</version>
621621
<executions>
622622
<execution>
623623
<id>sign-artifacts</id>
@@ -630,13 +630,13 @@
630630
<plugin>
631631
<groupId>org.apache.maven.plugins</groupId>
632632
<artifactId>maven-install-plugin</artifactId>
633-
<version>3.1.1</version>
633+
<version>3.1.2</version>
634634
</plugin>
635635

636636
<plugin>
637637
<groupId>org.apache.maven.plugins</groupId>
638638
<artifactId>maven-jar-plugin</artifactId>
639-
<version>3.3.0</version>
639+
<version>3.4.1</version>
640640
<configuration>
641641
<archive>
642642
<manifest>
@@ -650,7 +650,7 @@
650650
<plugin>
651651
<groupId>org.apache.maven.plugins</groupId>
652652
<artifactId>maven-javadoc-plugin</artifactId>
653-
<version>3.6.2</version>
653+
<version>3.6.3</version>
654654
<configuration>
655655
<source>8</source>
656656
<doclint>none</doclint>
@@ -668,13 +668,13 @@
668668
<plugin>
669669
<groupId>org.apache.maven.plugins</groupId>
670670
<artifactId>maven-jxr-plugin</artifactId>
671-
<version>3.3.1</version>
671+
<version>3.3.2</version>
672672
</plugin>
673673

674674
<plugin>
675675
<groupId>org.apache.maven.plugins</groupId>
676676
<artifactId>maven-pmd-plugin</artifactId>
677-
<version>3.21.2</version>
677+
<version>3.22.0</version>
678678
</plugin>
679679

680680
<plugin>
@@ -694,7 +694,7 @@
694694
The skin is referenced in src/site/site.xml. -->
695695
<groupId>org.apache.maven.plugins</groupId>
696696
<artifactId>maven-site-plugin</artifactId>
697-
<version>4.0.0-M12</version>
697+
<version>4.0.0-M14</version>
698698
<dependencies>
699699
<dependency>
700700
<groupId>org.apache.maven.skins</groupId>
@@ -707,7 +707,7 @@
707707
<plugin>
708708
<groupId>org.apache.maven.plugins</groupId>
709709
<artifactId>maven-source-plugin</artifactId>
710-
<version>3.3.0</version>
710+
<version>3.3.1</version>
711711
<executions>
712712
<execution>
713713
<id>attach-sources</id>
@@ -755,7 +755,7 @@
755755
<plugin>
756756
<groupId>org.owasp</groupId>
757757
<artifactId>dependency-check-maven</artifactId>
758-
<version>9.0.6</version>
758+
<version>9.2.0</version>
759759
<configuration>
760760
<nvdApiKey>${env.NVD_API_KEY}</nvdApiKey>
761761
<failBuildOnCVSS>1.0</failBuildOnCVSS>

0 commit comments

Comments
 (0)