From ed4fe187c2bc591dc619fef4aebfaf4f1d68003d Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Thu, 21 Sep 2023 11:59:49 +0200 Subject: [PATCH] Update Spring Boot to 3.0.12-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 22a399bc..6b86d831 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,4 +7,4 @@ org.gradle.jvmargs=-Xmx2g kotlinVersion=1.7.22 javaFormatVersion=0.0.38 nbtVersion=0.9.23 -springBootVersion=3.0.11-SNAPSHOT +springBootVersion=3.0.12-SNAPSHOT