Skip to content

Commit b3e6085

Browse files
authored
Merge pull request #41912 from quarkusio/dependabot/maven/com.h2database-h2-2.3.230
Bump com.h2database:h2 from 2.2.224 to 2.3.230
2 parents e1c08aa + 6297017 commit b3e6085

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bom/application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<httpasync.version>4.1.5</httpasync.version>
120120
<cronutils.version>9.2.1</cronutils.version>
121121
<quartz.version>2.3.2</quartz.version>
122-
<h2.version>2.2.224</h2.version> <!-- When updating, needs to be matched in io.quarkus.hibernate.orm.runtime.config.DialectVersions -->
122+
<h2.version>2.3.230</h2.version> <!-- When updating, needs to be matched in io.quarkus.hibernate.orm.runtime.config.DialectVersions -->
123123
<postgresql-jdbc.version>42.7.3</postgresql-jdbc.version>
124124
<mariadb-jdbc.version>3.4.0</mariadb-jdbc.version>
125125
<mysql-jdbc.version>8.3.0</mysql-jdbc.version>

extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/config/DialectVersions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static final class Defaults {
2323

2424
// This must be aligned on the H2 version in the Quarkus BOM
2525
// This must never be removed
26-
public static final String H2 = "2.2.224";
26+
public static final String H2 = "2.3.230";
2727

2828
private Defaults() {
2929
}

0 commit comments

Comments
 (0)