Upgrade to Spring Boot 3.3
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
plugins {
|
||||
id "java"
|
||||
id "org.asciidoctor.jvm.convert" version "3.3.2"
|
||||
id "org.springframework.boot" version "3.0.0-M4"
|
||||
id "org.springframework.boot" version "3.3.0"
|
||||
}
|
||||
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
|
||||
repositories {
|
||||
maven { url 'https://repo.spring.io/milestone' }
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user