Downgrade to Spring Boot 3.2.3

* Upgrade to `com.gradle.enterprise:3.16.2`
This commit is contained in:
Artem Bilan
2024-02-29 14:15:32 -05:00
parent 22c9db875a
commit 943cb20045
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
ext {
springBootVersion = '3.3.0-SNAPSHOT'
springBootVersion = '3.2.3'
springCloudVersion = '2023.0.0'
springCloudAwsVersion = '3.0.4'

View File

@@ -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'
}