From 4a1dd006a68dbbcb270a16198dfec69d61c96eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:48:08 +0000 Subject: [PATCH] build(deps): bump org.springframework.boot:spring-boot-starter-data-jdbc Bumps [org.springframework.boot:spring-boot-starter-data-jdbc](https://github.com/spring-projects/spring-boot) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-data-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 c55089b..3b18dbf 100644 --- a/java-spring/build.gradle +++ b/java-spring/build.gradle @@ -28,7 +28,7 @@ repositories { dependencies { implementation 'commons-codec:commons-codec:1.17.0' implementation 'io.crate:crate-jdbc:2.7.0' - implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.3.0' + implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.3.1' implementation 'org.springframework.boot:spring-boot-starter-jdbc:3.3.0' implementation 'org.springframework.boot:spring-boot-starter-web:3.3.0' testImplementation 'org.springframework.boot:spring-boot-starter-test:3.3.0'