Skip to content

Commit

Permalink
Merge pull request quarkusio#36540 from sguilhen/main
Browse files Browse the repository at this point in the history
Upgrade H2 to version 2.2.224
  • Loading branch information
gsmet authored Oct 18, 2023
2 parents 8208631 + 181ef34 commit c0bacff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<httpasync.version>4.1.5</httpasync.version>
<cronutils.version>9.2.1</cronutils.version>
<quartz.version>2.3.2</quartz.version>
<h2.version>2.2.220</h2.version> <!-- When updating, needs to be matched in io.quarkus.hibernate.orm.runtime.config.DialectVersions -->
<h2.version>2.2.224</h2.version> <!-- When updating, needs to be matched in io.quarkus.hibernate.orm.runtime.config.DialectVersions -->
<postgresql-jdbc.version>42.6.0</postgresql-jdbc.version>
<mariadb-jdbc.version>3.2.0</mariadb-jdbc.version>
<mysql-jdbc.version>8.0.30</mysql-jdbc.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static final class Defaults {
public static final String ORACLE = "12";

// This must be aligned on the H2 version in the Quarkus BOM
public static final String H2 = "2.2.220";
public static final String H2 = "2.2.224";

private Defaults() {
}
Expand Down

0 comments on commit c0bacff

Please sign in to comment.