We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71258cc commit 7627b23Copy full SHA for 7627b23
pom.xml
@@ -32,10 +32,10 @@
32
<eclipselink>3.0.3</eclipselink>
33
<hibernate>6.2.4.Final</hibernate>
34
<hsqldb>2.7.1</hsqldb>
35
- <h2>2.1.214</h2>
+ <h2>2.2.220</h2>
36
<jsqlparser>4.5</jsqlparser>
37
- <mysql-connector-java>8.0.31</mysql-connector-java>
38
- <postgresql>42.5.0</postgresql>
+ <mysql-connector-java>8.0.33</mysql-connector-java>
+ <postgresql>42.6.0</postgresql>
39
<springdata.commons>3.2.0-SNAPSHOT</springdata.commons>
40
<vavr>0.10.3</vavr>
41
spring-data-envers/pom.xml
@@ -79,7 +79,7 @@
79
<dependency>
80
<groupId>com.h2database</groupId>
81
<artifactId>h2</artifactId>
82
- <version>2.1.212</version>
+ <version>${h2}</version>
83
<scope>test</scope>
84
</dependency>
85
0 commit comments