We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57cd652 commit 721cbaeCopy full SHA for 721cbae
1 file changed
python-embed-spring-boot-starter/build.gradle
@@ -6,7 +6,7 @@ version = project.findProperty('releaseVersion') ?: '1.0.2'
6
dependencies {
7
implementation project(':python-embed-runtime')
8
9
- def springBootVersion = '4.1.0'
+ def springBootVersion = '3.3.5'
10
implementation platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")
11
annotationProcessor platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")
12
compileOnly platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")
0 commit comments