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:
robertson-neil 2022-08-22 11:48:24 +01:00 committed by GitHub
parent 3f8468432d
commit a3294f2df7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'
}