From e721bc57f3817e6770ec0b6a126254932bc2632c Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Sun, 5 Feb 2023 17:06:01 +0000 Subject: [PATCH] Switch to spring-boot 3.1.0 snapshots - Relates #662 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2a64e644..b41da0f5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ version=3.1.0-SNAPSHOT -springBootVersion=3.0.2 +springBootVersion=3.1.0-SNAPSHOT nativeBuildToolsVersion=0.9.19 commonsIoVersion=2.11.0 jlineVersion=3.21.0