From 4ff8682fbb6d881ea36a0562efe4561446703069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 04:32:11 +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.230. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-2.2.224...version-2.3.230) --- updated-dependencies: - dependency-name: com.h2database:h2 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..e51930c2 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.230' testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0" }