From 6570eec35fb83f92c06c48436e11b31afe9f2758 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 05:43:22 +0000 Subject: [PATCH] fix(deps): update dependency com.h2database:h2 to v2.2.224 --- spring-boot-example/spring-data-rest/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-example/spring-data-rest/build.gradle.kts b/spring-boot-example/spring-data-rest/build.gradle.kts index 2662c9d17d..2b61d591ea 100644 --- a/spring-boot-example/spring-data-rest/build.gradle.kts +++ b/spring-boot-example/spring-data-rest/build.gradle.kts @@ -4,7 +4,7 @@ plugins { dependencies { implementation(project(":spring-extension-commons")) - implementation("com.h2database:h2:2.2.220") + implementation("com.h2database:h2:2.2.224") implementation("com.mysql:mysql-connector-j") implementation("org.springframework.boot:spring-boot-starter-data-jpa") implementation("org.springframework.boot:spring-boot-starter-data-rest")