Skip to content

Commit 721cbae

Browse files
whitewhite
authored andcommitted
Revert Spring Boot to 3.3.5 (project compiles against Boot 3.x, Boot 4.x supported via reflection)
1 parent 57cd652 commit 721cbae

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 = '4.1.0'
9+
def springBootVersion = '3.3.5'
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)