From daebf9891862dc4eb8234a644ca2ab4d7bfeebda Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Thu, 22 Feb 2024 20:42:53 +0000 Subject: [PATCH] Upgrade spring-boot 3.2.3 - Fixes #1007 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 00cc5738..c555a63d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ version=3.2.2-SNAPSHOT -springBootVersion=3.2.2 +springBootVersion=3.2.3 nativeBuildToolsVersion=0.9.19 commonsIoVersion=2.11.0 jlineVersion=3.25.1