Skip to content

Commit

Permalink
Upgrade build.grade to spring-boot-starter 2.7.1 (spring-projects#1016)
Browse files Browse the repository at this point in the history
@pivotal-cla This is an Obvious Fix
This fixes a compilation error in PetClinicIntegrationTests
Upgrade to same version as used in pom.xml
  • Loading branch information
robertson-neil authored Aug 22, 2022
1 parent 3f84684 commit a3294f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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'
}
Expand Down

0 comments on commit a3294f2

Please sign in to comment.