From 5460e71f802b226b0b9e1d6e9639df7a28c5f9c6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 23:15:30 +0000 Subject: [PATCH] Bump spring-boot-starter-jdbc from 2.3.2.RELEASE to 2.5.0 Bumps [spring-boot-starter-jdbc](https://github.com/spring-projects/spring-boot) from 2.3.2.RELEASE to 2.5.0. - [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.0) 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..fe6ad20 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.0' } \ No newline at end of file