Downgrade to Spring Boot 3.2.3
* Upgrade to `com.gradle.enterprise:3.16.2`
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
ext {
|
||||
springBootVersion = '3.3.0-SNAPSHOT'
|
||||
springBootVersion = '3.2.3'
|
||||
springCloudVersion = '2023.0.0'
|
||||
springCloudAwsVersion = '3.0.4'
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id 'com.gradle.enterprise' version '3.15.1'
|
||||
id 'com.gradle.enterprise' version '3.16.2'
|
||||
id 'io.spring.ge.conventions' version '0.0.15'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user