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 cfb500b commit ed53d6eCopy full SHA for ed53d6e
pom.xml
@@ -21,9 +21,9 @@
21
22
<dist.key>DATAJPA</dist.key>
23
24
- <eclipselink>2.7.5</eclipselink>
25
- <hibernate>5.4.8.Final</hibernate>
26
- <mockito>2.19.1</mockito>
+ <eclipselink>2.7.8</eclipselink>
+ <hibernate>5.4.29.Final</hibernate>
+ <mockito>3.8.0</mockito>
27
<vavr>0.10.3</vavr>
28
<hibernate.groupId>org.hibernate</hibernate.groupId>
29
<springdata.commons>2.4.8-SNAPSHOT</springdata.commons>
@@ -187,7 +187,7 @@
187
<dependency>
188
<groupId>org.hsqldb</groupId>
189
<artifactId>hsqldb</artifactId>
190
- <version>2.4.1</version>
+ <version>2.5.1</version>
191
<scope>test</scope>
192
</dependency>
193
0 commit comments