From d79b1544afefb6ccb3f71133bcba735b307fdae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Jul 2025 04:28:06 +0000 Subject: [PATCH] chore(deps): bump com.h2database:h2 in /sample-jpa Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.2.224 to 2.3.232. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-2.2.224...version-2.3.232) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-version: 2.3.232 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sample-jpa/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-jpa/build.gradle b/sample-jpa/build.gradle index 4b3fbfb1..13fedecc 100644 --- a/sample-jpa/build.gradle +++ b/sample-jpa/build.gradle @@ -11,7 +11,7 @@ sourceCompatibility = 1.8 dependencies { implementation 'org.datanucleus:datanucleus-accessplatform-jpa-rdbms:6.0.5' - implementation 'com.h2database:h2:2.2.224' + implementation 'com.h2database:h2:2.3.232' testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0" }