Skip to content

Commit 19ff0a6

Browse files
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](spring-projects/spring-boot@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] <support@github.com>
1 parent ed32825 commit 19ff0a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python-embed-spring-boot-starter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = project.findProperty('releaseVersion') ?: '1.0.2'
66
dependencies {
77
implementation project(':python-embed-runtime')
88

9-
def springBootVersion = '3.3.5'
9+
def springBootVersion = '4.1.0'
1010
implementation platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")
1111
annotationProcessor platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")
1212
compileOnly platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")

0 commit comments

Comments
 (0)