mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19:32:48 +00:00
Upgrade build.grade to spring-boot-starter 2.7.1 (#1016)
@pivotal-cla This is an Obvious Fix This fixes a compilation error in PetClinicIntegrationTests Upgrade to same version as used in pom.xml
This commit is contained in:
parent
3f8468432d
commit
a3294f2df7
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'org.springframework.boot' version '2.6.6'
|
||||
id 'org.springframework.boot' version '2.7.1'
|
||||
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
|
||||
id 'java'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue