diff options
author | jbaruch <[email protected]> | 2014-03-18 16:09:19 +0200 |
---|---|---|
committer | jbaruch <[email protected]> | 2014-03-18 16:09:19 +0200 |
commit | fd2bedb71ede6230fdd5b8f6b16d5ada0f14fc73 (patch) | |
tree | 95158a20ffc99814dcac2311dd456b10c187c015 /api/pom.xml | |
parent | 56b1633e7cdecfcd10f5b96e2c7d7d6440cfba35 (diff) |
asm upgraded to 3.2
Diffstat (limited to 'api/pom.xml')
-rwxr-xr-x | api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/pom.xml b/api/pom.xml index a800ad6..d4fa079 100755 --- a/api/pom.xml +++ b/api/pom.xml @@ -50,12 +50,12 @@ <dependency> <groupId>asm</groupId> <artifactId>asm</artifactId> - <version>2.2.3</version> + <version>3.2</version> </dependency> <dependency> <groupId>asm</groupId> <artifactId>asm-commons</artifactId> - <version>2.2.3</version> + <version>3.2</version> </dependency> </dependencies> </dependencyManagement> |