From 19ff0a6a0ee28c14bcb413d5ca24fce9af203cf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 05:01:47 +0000 Subject: [PATCH] build(deps): bump org.springframework.boot:spring-boot-dependencies Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) 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 ... 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 faac393..cce3a02 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}")