Skip to content

Commit a0c42a7

Browse files
authored
Merge pull request #980 from hazendaz/master
Update dependencies
2 parents d59f98d + 60f29ba commit a0c42a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
<dependency>
153153
<groupId>org.javassist</groupId>
154154
<artifactId>javassist</artifactId>
155-
<version>3.21.0-GA</version>
155+
<version>3.22.0-CR1</version>
156156
<scope>compile</scope>
157157
<optional>true</optional>
158158
</dependency>
@@ -210,7 +210,7 @@
210210
<dependency>
211211
<groupId>org.hsqldb</groupId>
212212
<artifactId>hsqldb</artifactId>
213-
<version>2.3.4</version>
213+
<version>2.3.4</version> <!-- Version 2.4.0 required jdk8 -->
214214
<scope>test</scope>
215215
</dependency>
216216
<dependency>
@@ -222,7 +222,7 @@
222222
<dependency>
223223
<groupId>org.mockito</groupId>
224224
<artifactId>mockito-core</artifactId>
225-
<version>2.7.19</version>
225+
<version>2.7.22</version>
226226
<scope>test</scope>
227227
</dependency>
228228
<!-- Do not go to 2.x until we are on jdk7 -->

0 commit comments

Comments
 (0)