Skip to content

Commit

Permalink
update the opensource asm to 7.1 & cglib to 3.2.12.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=246531728
  • Loading branch information
sameb authored and ronshapiro committed May 5, 2019
1 parent 785ed8d commit 74304f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,12 @@ See the Apache License Version 2.0 for the specific language governing permissio
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>7.0</version>
<version>7.1</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>3.2.9</version>
<version>3.2.12</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 74304f9

Please sign in to comment.