You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2014/03/27 16:43:30 UTC

svn commit: r1582362 - /commons/proper/proxy/trunk/pom.xml

Author: sebb
Date: Thu Mar 27 15:43:29 2014
New Revision: 1582362

URL: http://svn.apache.org/r1582362
Log:
Update dependency versions to latest

Modified:
    commons/proper/proxy/trunk/pom.xml

Modified: commons/proper/proxy/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/pom.xml?rev=1582362&r1=1582361&r2=1582362&view=diff
==============================================================================
--- commons/proper/proxy/trunk/pom.xml (original)
+++ commons/proper/proxy/trunk/pom.xml Thu Mar 27 15:43:29 2014
@@ -50,7 +50,7 @@
     <commons.site.path>commons-proxy</commons.site.path>
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.site.path}</commons.scmPubUrl>
 
-    <asm.version>4.2</asm.version>
+    <asm.version>5.0.1</asm.version>
     <ant.version>1.9.3</ant.version>
     <checkstyle.version>2.11</checkstyle.version>
     <!-- Unfortunately reporting sections ignore pluginManagement settings, so define the versions here -->
@@ -243,7 +243,7 @@
       <dependency>
         <groupId>cglib</groupId>
         <artifactId>cglib-nodep</artifactId>
-        <version>2.1_3</version>
+        <version>3.1</version>
       </dependency>
       <dependency>
         <groupId>jboss</groupId>
@@ -268,7 +268,7 @@
       <dependency>
         <groupId>jmock</groupId>
         <artifactId>jmock</artifactId>
-        <version>1.0.1</version>
+        <version>1.2.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>