We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ce3a0 commit ba358e4Copy full SHA for ba358e4
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.owasp.esapi</groupId>
5
<artifactId>esapi</artifactId>
6
- <version>2.7.0.0-SNAPSHOT</version>
+ <version>2.6.2.0</version>
7
<packaging>jar</packaging>
8
9
<distributionManagement>
@@ -185,7 +185,7 @@
185
<dependency>
186
<groupId>commons-beanutils</groupId>
187
<artifactId>commons-beanutils</artifactId>
188
- <!-- We need to use 1.11.0 (or later) here to address CVE-2014-0114 and CVE-2019-10086. -->
+ <!-- We need to use 1.11.0 (or later) here to address various CVEs. -->
189
<version>1.11.0</version>
190
<!-- NOTE: commons-beanutils uses commons-collections 3.2.2. We use
191
commons-collections 4.2. Package names are different so this shouldn't
0 commit comments