From a3294f2df7ee90ce656abfe1ebc9d15b633a4a31 Mon Sep 17 00:00:00 2001 From: robertson-neil Date: Mon, 22 Aug 2022 11:48:24 +0100 Subject: [PATCH] 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 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5c7746a7b..8fed1535d 100644 --- a/build.gradle +++ b/build.gradle @@ -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' }