Skip to content

Commit 2cf6c65

Browse files
committed
and https://nvd.nist.gov/vuln/detail/CVE-2022-42889 Bumped the version of commons-text in the ant build to the latest one.
1 parent 46f3038 commit 2cf6c65

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<available file="lib/commons-lang-2.6.jar"/>
4040
<available file="lib/commons-lang3-3.12.0.jar"/>
4141
<available file="lib/commons-logging-1.2.jar"/>
42-
<available file="lib/commons-text-1.9.jar"/>
42+
<available file="lib/commons-text-1.11.0.jar"/>
4343
<available file="lib/commons-validator-1.7.jar"/>
4444
<available file="lib/velocity-2.3.jar"/>
4545
<available file="lib/xercesImpl-2.12.1.jar"/>
@@ -66,7 +66,7 @@
6666
<get dest="tmp/commons-digester3-3.2.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar" usetimestamp="true"/>
6767
<get dest="tmp/commons-lang-2.6.jar" src="https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar" usetimestamp="true"/>
6868
<get dest="tmp/commons-lang3-3.12.0.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar" usetimestamp="true"/>
69-
<get dest="tmp/commons-text-1.9.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.9/commons-text-1.9.jar" usetimestamp="true"/>
69+
<get dest="tmp/commons-text-1.11.0.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar" usetimestamp="true"/>
7070
<get dest="tmp/commons-logging-1.2.jar" src="https://repo1.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar" usetimestamp="true"/>
7171
<get dest="tmp/commons-validator-1.7.jar" src="https://repo1.maven.org/maven2/commons-validator/commons-validator/1.7/commons-validator-1.7.jar" usetimestamp="true"/>
7272
<get dest="tmp/velocity-2.3.jar" src="https://repo1.maven.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.jar" usetimestamp="true"/>
@@ -88,7 +88,7 @@
8888
<copy file="tmp/commons-digester3-3.2.jar" tofile="lib/commons-digester3-3.2.jar"/>
8989
<copy file="tmp/commons-lang-2.6.jar" tofile="lib/commons-lang-2.6.jar"/>
9090
<copy file="tmp/commons-lang3-3.12.0.jar" tofile="lib/commons-lang3-3.12.0.jar"/>
91-
<copy file="tmp/commons-text-1.9.jar" tofile="lib/commons-text-1.9.jar"/>
91+
<copy file="tmp/commons-text-1.11.0.jar" tofile="lib/commons-text-1.11.0.jar"/>
9292
<copy file="tmp/commons-logging-1.2.jar" tofile="lib/commons-logging-1.2.jar"/>
9393
<copy file="tmp/commons-validator-1.7.jar" tofile="lib/commons-validator-1.7.jar"/>
9494
<copy file="tmp/velocity-2.3.jar" tofile="lib/velocity-2.3.jar"/>

0 commit comments

Comments
 (0)