Upgrade to Gradle 7.5.1 and to Spring Boot 2.7.3

This commit is contained in:
dgcd 2022-09-01 23:29:06 +03:00 committed by Dave Syer
parent 6f9dbf5a9e
commit 276880edef
5 changed files with 166 additions and 117 deletions

View file

@ -1,13 +1,13 @@
plugins {
id 'org.springframework.boot' version '2.7.1'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'org.springframework.boot' version '2.7.3'
id 'io.spring.dependency-management' version '1.0.13.RELEASE'
id 'java'
}
apply plugin: 'java'
group = 'org.springframework.samples'
version = '2.6.0'
version = '2.7.3'
sourceCompatibility = '11'
repositories {
@ -36,6 +36,6 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
test {
tasks.named('test') {
useJUnitPlatform()
}