From f2efd58dc46fc85bf1e2b6744fba3db0c0079fdb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 23:15:20 +0000 Subject: [PATCH] Bump spring-boot-starter-jdbc from 2.3.2.RELEASE to 2.4.4 Bumps [spring-boot-starter-jdbc](https://github.com/spring-projects/spring-boot) from 2.3.2.RELEASE to 2.4.4. - [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.4) 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..548ac8f 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.4' } \ No newline at end of file