From 778161f0183d44df8f58b6eaee64fc085b64b69c Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Thu, 23 Dec 2021 19:59:05 -0500 Subject: [PATCH] Update to Boot 2.6.2 --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 71051aa58..60d67fb68 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.6.1' + id 'org.springframework.boot' version '2.6.2' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id 'java' } diff --git a/pom.xml b/pom.xml index fc907e49d..d683118ad 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.1 + 2.6.2 petclinic