Skip to content

Commit 186b89d

Browse files
committed
upgrade test deps to groovy, cglib. Should probably remove in near future but for now, upgrade to later
1 parent 271640d commit 186b89d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ javax.xml.datatype, javax.xml.namespace, javax.xml.parsers
8383
<dependency>
8484
<groupId>cglib</groupId>
8585
<artifactId>cglib</artifactId>
86-
<version>2.2.2</version>
86+
<version>3.1</version>
8787
<scope>test</scope>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.codehaus.groovy</groupId>
9191
<artifactId>groovy</artifactId>
92-
<version>1.7.9</version>
92+
<version>2.4.0</version>
9393
<scope>test</scope>
9494
</dependency>
9595
<!-- For testing TestNoClassDefFoundDeserializer -->

0 commit comments

Comments
 (0)