Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…Nov/0000.html

and https://nvd.nist.gov/vuln/detail/CVE-2022-42889
Bumped the version of commons-text in the ant build to the latest one.
  • Loading branch information
ylafon committed Nov 24, 2023
1 parent 46f3038 commit 2cf6c65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<available file="lib/commons-lang-2.6.jar"/>
<available file="lib/commons-lang3-3.12.0.jar"/>
<available file="lib/commons-logging-1.2.jar"/>
<available file="lib/commons-text-1.9.jar"/>
<available file="lib/commons-text-1.11.0.jar"/>
<available file="lib/commons-validator-1.7.jar"/>
<available file="lib/velocity-2.3.jar"/>
<available file="lib/xercesImpl-2.12.1.jar"/>
Expand All @@ -66,7 +66,7 @@
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
Expand All @@ -88,7 +88,7 @@
<copy file="tmp/commons-digester3-3.2.jar" tofile="lib/commons-digester3-3.2.jar"/>
<copy file="tmp/commons-lang-2.6.jar" tofile="lib/commons-lang-2.6.jar"/>
<copy file="tmp/commons-lang3-3.12.0.jar" tofile="lib/commons-lang3-3.12.0.jar"/>
<copy file="tmp/commons-text-1.9.jar" tofile="lib/commons-text-1.9.jar"/>
<copy file="tmp/commons-text-1.11.0.jar" tofile="lib/commons-text-1.11.0.jar"/>
<copy file="tmp/commons-logging-1.2.jar" tofile="lib/commons-logging-1.2.jar"/>
<copy file="tmp/commons-validator-1.7.jar" tofile="lib/commons-validator-1.7.jar"/>
<copy file="tmp/velocity-2.3.jar" tofile="lib/velocity-2.3.jar"/>
Expand Down

0 comments on commit 2cf6c65

Please sign in to comment.