update to SpringBoot 3.0.0 final

This commit is contained in:
Michael Hoennig 2022-11-25 06:51:53 +01:00
parent ddfabef9b7
commit db17a2e990

View File

@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.0.0-SNAPSHOT'
id 'org.springframework.boot' version '3.0.0'
id 'io.spring.dependency-management' version '1.1.0'
id 'io.openapiprocessor.openapi-processor' version '2022.2'
id 'com.github.jk1.dependency-license-report' version '2.1'