upgrade to SpringBoot 3.2.1

This commit is contained in:
Michael Hoennig 2024-01-04 14:45:40 +01:00
parent 650ae365e5
commit b15464bed5

View File

@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.1.7'
id 'org.springframework.boot' version '3.2.1'
id 'io.spring.dependency-management' version '1.1.4'
id 'io.openapiprocessor.openapi-processor' version '2023.2'
id 'com.github.jk1.dependency-license-report' version '2.5'