1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-05 23:22:47 +00:00

Upgrade Apache Commons Collections to v3.2.2

This commit is contained in:
Glenn Lewis
2016-03-09 00:39:41 -08:00
parent a2895a08a8
commit d74d2fae00

View File

@@ -117,7 +117,7 @@
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<scope>compile</scope>
</dependency>
<dependency>