From fa5f1e6d8fa190aa127eac63fe16b0bbce1069b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 23:18:51 +0000 Subject: [PATCH] Bump spring-boot-starter-jdbc from 2.3.2.RELEASE to 2.5.1 Bumps [spring-boot-starter-jdbc](https://github.com/spring-projects/spring-boot) from 2.3.2.RELEASE to 2.5.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.2.RELEASE...v2.5.1) 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..520264c 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.5.1' } \ No newline at end of file