From d8d9429deddbce4cf0a6bc84ba17896f551ba0af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 00:13:42 +0000 Subject: [PATCH] build(deps): bump org.springframework.boot:spring-boot-dependencies Bumps the major group with 1 update: [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot:spring-boot-dependencies` from 3.3.5 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.5...v4.1.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major ... Signed-off-by: dependabot[bot] --- python-embed-spring-boot-starter/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-embed-spring-boot-starter/build.gradle b/python-embed-spring-boot-starter/build.gradle index 7535c4a..ed70b64 100644 --- a/python-embed-spring-boot-starter/build.gradle +++ b/python-embed-spring-boot-starter/build.gradle @@ -6,7 +6,7 @@ version = project.findProperty('releaseVersion') ?: '1.0.2' dependencies { implementation project(':python-embed-runtime') - def springBootVersion = '3.3.5' + def springBootVersion = '4.1.0' implementation platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}") annotationProcessor platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}") compileOnly platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")