Skip to content

Commit 7627b23

Browse files
committed
Upgrade to H2 2.2.220.
Also upgrade Postgres and MySQL drivers. Closes #3059
1 parent 71258cc commit 7627b23

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
<eclipselink>3.0.3</eclipselink>
3333
<hibernate>6.2.4.Final</hibernate>
3434
<hsqldb>2.7.1</hsqldb>
35-
<h2>2.1.214</h2>
35+
<h2>2.2.220</h2>
3636
<jsqlparser>4.5</jsqlparser>
37-
<mysql-connector-java>8.0.31</mysql-connector-java>
38-
<postgresql>42.5.0</postgresql>
37+
<mysql-connector-java>8.0.33</mysql-connector-java>
38+
<postgresql>42.6.0</postgresql>
3939
<springdata.commons>3.2.0-SNAPSHOT</springdata.commons>
4040
<vavr>0.10.3</vavr>
4141

spring-data-envers/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>com.h2database</groupId>
8181
<artifactId>h2</artifactId>
82-
<version>2.1.212</version>
82+
<version>${h2}</version>
8383
<scope>test</scope>
8484
</dependency>
8585

0 commit comments

Comments
 (0)