Skip to content

Commit 816b96c

Browse files
committed
collections -> 4.5.0
1 parent 2ad7a27 commit 816b96c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<and>
3434
<available file="lib/jigsaw-2.2.6.jar"/>
3535
<available file="lib/commons-beanutils-1.11.0.jar"/>
36-
<available file="lib/commons-collections4-4.4.jar"/>
36+
<available file="lib/commons-collections4-4.5.0.jar"/>
3737
<available file="lib/commons-digester3-3.2.jar"/>
3838
<available file="lib/commons-lang3-3.17.0.jar"/>
3939
<available file="lib/commons-logging-1.3.4.jar"/>
@@ -59,7 +59,7 @@
5959

6060
<get dest="tmp/jigsaw-2.2.6.jar" src="https://repo1.maven.org/maven2/org/w3c/jigsaw/jigsaw/2.2.6/jigsaw-2.2.6.jar" usetimestamp="true"/>
6161
<get dest="tmp/commons-beanutils-1.11.0.jar" src="https://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.jar" usetimestamp="true"/>
62-
<get dest="tmp/commons-collections4-4.4.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar" usetimestamp="true"/>
62+
<get dest="tmp/commons-collections4-4.5.0.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.jar" usetimestamp="true"/>
6363
<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"/>
6464
<get dest="tmp/commons-lang3-3.17.0.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar" usetimestamp="true"/>
6565
<get dest="tmp/commons-text-1.13.0.jar" src="https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.13.0/commons-text-1.13.0.jar" usetimestamp="true"/>
@@ -79,7 +79,7 @@
7979
<copy file="tmp/servlet-api-2.5-6.0.1.jar" tofile="lib/servlet-api-2.5-6.0.1.jar"/>
8080
<copy file="tmp/jigsaw-2.2.6.jar" tofile="lib/jigsaw-2.2.6.jar"/>
8181
<copy file="tmp/commons-beanutils-1.11.0.jar" tofile="lib/commons-beanutils-1.11.0.jar"/>
82-
<copy file="tmp/commons-collections4-4.4.jar" tofile="lib/commons-collections4-4.4.jar"/>
82+
<copy file="tmp/commons-collections4-4.5.0.jar" tofile="lib/commons-collections4-4.5.0.jar"/>
8383
<copy file="tmp/commons-digester3-3.2.jar" tofile="lib/commons-digester3-3.2.jar"/>
8484
<copy file="tmp/commons-lang3-3.17.0.jar" tofile="lib/commons-lang3-3.17.0.jar"/>
8585
<copy file="tmp/commons-text-1.13.0.jar" tofile="lib/commons-text-1.13.0.jar"/>

0 commit comments

Comments
 (0)