Skip to content

Commit

Permalink
Upgrade to H2 2.2.220.
Browse files Browse the repository at this point in the history
Also upgrade Postgres and MySQL drivers.

Closes #3059
  • Loading branch information
mp911de committed Jul 10, 2023
1 parent 71258cc commit 7627b23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
<eclipselink>3.0.3</eclipselink>
<hibernate>6.2.4.Final</hibernate>
<hsqldb>2.7.1</hsqldb>
<h2>2.1.214</h2>
<h2>2.2.220</h2>
<jsqlparser>4.5</jsqlparser>
<mysql-connector-java>8.0.31</mysql-connector-java>
<postgresql>42.5.0</postgresql>
<mysql-connector-java>8.0.33</mysql-connector-java>
<postgresql>42.6.0</postgresql>
<springdata.commons>3.2.0-SNAPSHOT</springdata.commons>
<vavr>0.10.3</vavr>

Expand Down
2 changes: 1 addition & 1 deletion spring-data-envers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.212</version>
<version>${h2}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 7627b23

Please sign in to comment.