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