From 0ed693554357dff2901726a776aef7045e9f159e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:18:46 +0000 Subject: [PATCH] Bump org.springframework:spring-jdbc from 6.1.11 to 6.2.0 Bumps [org.springframework:spring-jdbc](https://github.com/spring-projects/spring-framework) from 6.1.11 to 6.2.0. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.11...v6.2.0) --- updated-dependencies: - dependency-name: org.springframework:spring-jdbc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0d3279a..41d1ee6 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.2.RELEASE' implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'org.springframework.boot:spring-boot-starter-data-jpa' - implementation 'org.springframework:spring-jdbc:6.1.11' + implementation 'org.springframework:spring-jdbc:6.2.0' implementation 'org.springframework.boot:spring-boot-starter-oauth2-client' implementation 'org.springframework.security:spring-security-core:6.3.3'