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.
2 parents b001a8d + 24a1897 commit fe2ecf2Copy full SHA for fe2ecf2
pom.xml
@@ -204,7 +204,7 @@
204
<dependency>
205
<groupId>org.hsqldb</groupId>
206
<artifactId>hsqldb</artifactId>
207
- <version>2.3.4</version> <!-- Version 2.4.0 required jdk8 -->
+ <version>2.3.5</version> <!-- Version 2.4.0 required jdk8 -->
208
<scope>test</scope>
209
</dependency>
210
@@ -216,7 +216,7 @@
216
217
<groupId>org.mockito</groupId>
218
<artifactId>mockito-core</artifactId>
219
- <version>2.7.22</version>
+ <version>2.8.9</version>
220
221
222
<!-- Do not go to 2.x until we are on jdk7 -->
0 commit comments