From a0986fcea6b329af1d6b92137122042f64317293 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 00:28:36 +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.3.1 to 3.4.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.1...v3.4.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-jdbc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- java-spring/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java-spring/build.gradle b/java-spring/build.gradle index 7518f0f..8a31ade 100644 --- a/java-spring/build.gradle +++ b/java-spring/build.gradle @@ -29,8 +29,8 @@ dependencies { implementation 'commons-codec:commons-codec:1.17.1' implementation 'io.crate:crate-jdbc:2.7.0' implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.4.2' - implementation 'org.springframework.boot:spring-boot-starter-jdbc:3.3.1' - implementation 'org.springframework.boot:spring-boot-starter-web:3.3.1' + implementation 'org.springframework.boot:spring-boot-starter-jdbc:4.0.0' + implementation 'org.springframework.boot:spring-boot-starter-web:4.0.0' testImplementation 'org.springframework.boot:spring-boot-starter-test:3.4.2' testImplementation 'junit:junit:4.13.2' }