Update samples to Spring Boot 3.0.0-SNAPSHOT
Closes gh-69
This commit is contained in:
committed by
Marcus Da Coregio
parent
8b94427b44
commit
d1aa4ea3bd
@@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
|
||||
id 'org.springframework.boot' version '3.0.0-M1'
|
||||
id 'org.springframework.boot' version '3.0.0-SNAPSHOT'
|
||||
id "nebula.integtest" version "8.2.0"
|
||||
id 'java'
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
|
||||
id 'org.springframework.boot' version '3.0.0-M1'
|
||||
id 'org.springframework.boot' version '3.0.0-SNAPSHOT'
|
||||
id "nebula.integtest" version "8.2.0"
|
||||
id 'java'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user