From 738dbcf14f87f127c527381c4ed9fdc49fa6421b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 11:17:05 +0000 Subject: [PATCH] Update dependency org.springframework:spring-jdbc to v5.3.30 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index de584fd..f702f32 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { annotationProcessor 'org.projectlombok:lombok:1.18.10' implementation 'org.slf4j:slf4j-api:1.7.30' - implementation 'org.springframework:spring-jdbc:5.2.4.RELEASE' + implementation 'org.springframework:spring-jdbc:5.3.30' testRuntime 'com.h2database:h2:1.4.200'