Skip to content

Commit 5d9db39

Browse files
committed
Updated dependencies and removed the test dependency to CGLIB
1 parent b1fbcc1 commit 5d9db39

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@
7272
<version>1.7</version>
7373
</dependency>
7474
<!-- TEST -->
75-
<dependency>
76-
<groupId>cglib</groupId>
77-
<artifactId>cglib</artifactId>
78-
<version>2.2.2</version>
79-
<scope>test</scope>
80-
</dependency>
8175
<dependency>
8276
<groupId>junit</groupId>
8377
<artifactId>junit</artifactId>
@@ -87,13 +81,13 @@
8781
<dependency>
8882
<groupId>org.hsqldb</groupId>
8983
<artifactId>hsqldb</artifactId>
90-
<version>2.2.4</version>
84+
<version>2.2.9</version>
9185
<scope>test</scope>
9286
</dependency>
9387
<dependency>
9488
<groupId>log4j</groupId>
9589
<artifactId>log4j</artifactId>
96-
<version>1.2.16</version>
90+
<version>1.2.17</version>
9791
<scope>test</scope>
9892
<exclusions>
9993
<exclusion>

0 commit comments

Comments
 (0)