Upgrade SpringBoot to 3.3.0-RC1 (#5760)

pull/5763/head
John Niang 2024-04-22 11:11:54 +08:00 committed by GitHub
parent f07c09b243
commit 4d10d73ba9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
plugins { plugins {
id 'org.springframework.boot' version '3.2.4' apply false id 'org.springframework.boot' version '3.3.0-RC1' apply false
id 'io.spring.dependency-management' version '1.1.4' apply false id 'io.spring.dependency-management' version '1.1.4' apply false
id "com.gorylenko.gradle-git-properties" version "2.4.1" apply false id "com.gorylenko.gradle-git-properties" version "2.4.1" apply false
id "de.undercouch.download" version "5.6.0" apply false id "de.undercouch.download" version "5.6.0" apply false