From e97aa8e9de210db44d515bd7e57418bff2647e21 Mon Sep 17 00:00:00 2001 From: Koen Aers Date: Fri, 26 Sep 2025 14:15:18 +0200 Subject: [PATCH] HBX-3131: Update the H2 dependency to version 2.4.240 Signed-off-by: Koen Aers --- gradle/docs/5-minute-tutorial.md | 6 +++--- gradle/docs/examples/5-minute-tutorial/app/build.gradle | 2 +- pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle/docs/5-minute-tutorial.md b/gradle/docs/5-minute-tutorial.md index 249d05f0a6..f0daf01288 100644 --- a/gradle/docs/5-minute-tutorial.md +++ b/gradle/docs/5-minute-tutorial.md @@ -97,13 +97,13 @@ plugins { Also we need to depend on the java library containing the [H2 database]() drivers. This is done in the `dependencies` section of the `gradle.build` file, -to which we add `implementation 'com.h2database:h2:2.3.232'`. +to which we add `implementation 'com.h2database:h2:2.4.240'`. ```groovy ... dependencies { ... - implementation 'com.h2database:h2:2.3.232' + implementation 'com.h2database:h2:2.4.240' } ... ``` @@ -122,7 +122,7 @@ repositories { } dependencies { - implementation('com.h2database:h2:2.3.232') + implementation('com.h2database:h2:2.4.240') } ``` diff --git a/gradle/docs/examples/5-minute-tutorial/app/build.gradle b/gradle/docs/examples/5-minute-tutorial/app/build.gradle index b86d7bbc73..259a791485 100644 --- a/gradle/docs/examples/5-minute-tutorial/app/build.gradle +++ b/gradle/docs/examples/5-minute-tutorial/app/build.gradle @@ -24,7 +24,7 @@ dependencies { // This dependency is used by the application. implementation libs.guava - implementation 'com.h2database:h2:2.3.232' + implementation 'com.h2database:h2:2.4.240' } // Apply a specific Java toolchain to ease working on different environments. diff --git a/pom.xml b/pom.xml index 2a70486ddb..cec621e052 100644 --- a/pom.xml +++ b/pom.xml @@ -107,7 +107,7 @@ 2.3.34 1.24.0 - 2.3.232 + 2.4.240 7.0.3.Final 6.6.29.Final 2.6.1