From 25909a8616f7119046aebd83a1ce042f6ffb40e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:10:16 +0000 Subject: [PATCH] build(deps): bump org.springframework.boot:spring-boot-starter-jdbc Bumps [org.springframework.boot:spring-boot-starter-jdbc](https://github.com/spring-projects/spring-boot) from 3.2.2 to 3.2.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.2...v3.2.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-jdbc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- java-spring/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-spring/build.gradle b/java-spring/build.gradle index 653ead8..c0592da 100644 --- a/java-spring/build.gradle +++ b/java-spring/build.gradle @@ -29,7 +29,7 @@ dependencies { implementation 'commons-codec:commons-codec:1.16.1' implementation 'io.crate:crate-jdbc:2.7.0' implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.2.2' - implementation 'org.springframework.boot:spring-boot-starter-jdbc:3.2.2' + implementation 'org.springframework.boot:spring-boot-starter-jdbc:3.2.5' implementation 'org.springframework.boot:spring-boot-starter-web:3.2.2' testImplementation 'org.springframework.boot:spring-boot-starter-test:3.2.2' testImplementation 'junit:junit:4.13.2'