Skip to content

Commit ba358e4

Browse files
committed
Corrected version to 2.6.2.0; was 2.7.0.0-SNAPSHOT.
1 parent 38ce3a0 commit ba358e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 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.7.0.0-SNAPSHOT</version>
6+
<version>2.6.2.0</version>
77
<packaging>jar</packaging>
88

99
<distributionManagement>
@@ -185,7 +185,7 @@
185185
<dependency>
186186
<groupId>commons-beanutils</groupId>
187187
<artifactId>commons-beanutils</artifactId>
188-
<!-- We need to use 1.11.0 (or later) here to address CVE-2014-0114 and CVE-2019-10086. -->
188+
<!-- We need to use 1.11.0 (or later) here to address various CVEs. -->
189189
<version>1.11.0</version>
190190
<!-- NOTE: commons-beanutils uses commons-collections 3.2.2. We use
191191
commons-collections 4.2. Package names are different so this shouldn't

0 commit comments

Comments
 (0)