1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +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> <dependency>
<groupId>commons-collections</groupId> <groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId> <artifactId>commons-collections</artifactId>
<version>3.2.1</version> <version>3.2.2</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>