Update to Boot 2.6.2

This commit is contained in:
Thomas Risberg 2021-12-23 19:59:05 -05:00 committed by Dave Syer
parent a7439c74ea
commit 778161f018
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
</parent>
<name>petclinic</name>