forked from DevFW-CICD/spring-petclinic
Upgrade to Gradle 7.5.1 and to Spring Boot 2.7.3
This commit is contained in:
parent
6f9dbf5a9e
commit
276880edef
5 changed files with 166 additions and 117 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue