Update Spring Authorization Server sample to Spring Boot 2.7.2

This commit is contained in:
Steve Riesenberg 2022-08-16 18:23:20 -05:00
parent f1764e06c6
commit f27c00cbfa
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '2.6.4'
id 'org.springframework.boot' version '2.7.2'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id "nebula.integtest" version "8.2.0"
id 'java'