We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fbcc1 commit 5d9db39Copy full SHA for 5d9db39
pom.xml
@@ -72,12 +72,6 @@
72
<version>1.7</version>
73
</dependency>
74
<!-- TEST -->
75
- <dependency>
76
- <groupId>cglib</groupId>
77
- <artifactId>cglib</artifactId>
78
- <version>2.2.2</version>
79
- <scope>test</scope>
80
- </dependency>
81
<dependency>
82
<groupId>junit</groupId>
83
<artifactId>junit</artifactId>
@@ -87,13 +81,13 @@
87
88
<groupId>org.hsqldb</groupId>
89
<artifactId>hsqldb</artifactId>
90
- <version>2.2.4</version>
84
+ <version>2.2.9</version>
91
85
<scope>test</scope>
92
86
93
94
<groupId>log4j</groupId>
95
<artifactId>log4j</artifactId>
96
- <version>1.2.16</version>
+ <version>1.2.17</version>
97
98
<exclusions>
99
<exclusion>
0 commit comments