Skip to content

Commit 723ab13

Browse files
dependabot[bot]gsmet
authored andcommitted
Bump com.h2database:h2 from 2.3.230 to 2.4.240
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.3.230 to 2.4.240. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](h2database/h2database@version-2.3.230...version-2.4.240) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-version: 2.4.240 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c17d2d6 commit 723ab13

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
@@ -118,7 +118,7 @@
118118
<httpasync.version>4.1.5</httpasync.version>
119119
<cronutils.version>9.2.1</cronutils.version>
120120
<quartz.version>2.5.0</quartz.version>
121-
<h2.version>2.3.230</h2.version> <!-- When updating, needs to be matched in io.quarkus.hibernate.orm.runtime.config.DialectVersions
121+
<h2.version>2.4.240</h2.version> <!-- When updating, needs to be matched in io.quarkus.hibernate.orm.runtime.config.DialectVersions
122122
and the dependency jts-core needs to be updated in extensions/jdbc/jdbc-h2/runtime/pom.xml -->
123123
<postgresql-jdbc.version>42.7.8</postgresql-jdbc.version>
124124
<mariadb-jdbc.version>3.5.6</mariadb-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.3.230";
26+
public static final String H2 = "2.4.240";
2727

2828
private Defaults() {
2929
}

0 commit comments

Comments
 (0)