From 7db694f2fdadb81e174425dd46f509f6898f5ec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 13:38:09 +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 4.0.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.1...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-jdbc dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- java-spring/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/java-spring/build.gradle b/java-spring/build.gradle index e47ec26..9cc9e91 100644 --- a/java-spring/build.gradle +++ b/java-spring/build.gradle @@ -8,7 +8,7 @@ buildscript { mavenCentral() } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:3.5.10") + classpath("org.springframework.boot:spring-boot-gradle-plugin:4.0.2") } } @@ -28,10 +28,10 @@ repositories { 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.5.10' - implementation 'org.springframework.boot:spring-boot-starter-jdbc:3.5.10' - implementation 'org.springframework.boot:spring-boot-starter-web:3.5.10' - testImplementation 'org.springframework.boot:spring-boot-starter-test:3.5.10' + implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:4.0.2' + implementation 'org.springframework.boot:spring-boot-starter-jdbc:4.0.2' + implementation 'org.springframework.boot:spring-boot-starter-web:4.0.2' + testImplementation 'org.springframework.boot:spring-boot-starter-test:4.0.2' testImplementation 'junit:junit:4.13.2' }