From 2b21f6e35691e4fa28769de1f6a5158b32962a9b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 23:15:48 +0000 Subject: [PATCH] Bump spring-boot-starter-jdbc from 2.3.2.RELEASE to 2.4.6 Bumps [spring-boot-starter-jdbc](https://github.com/spring-projects/spring-boot) from 2.3.2.RELEASE to 2.4.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.2.RELEASE...v2.4.6) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 555fbf3..d944e04 100644 --- a/build.gradle +++ b/build.gradle @@ -28,5 +28,5 @@ dependencies { implementation 'org.apache.httpcomponents:httpclient:4.5.12' implementation 'org.liquibase:liquibase-core:4.0.0' implementation('org.postgresql:postgresql') - implementation 'org.springframework.boot:spring-boot-starter-jdbc:2.3.2.RELEASE' + implementation 'org.springframework.boot:spring-boot-starter-jdbc:2.4.6' } \ No newline at end of file