From 16d335fafdb47d288c67c4a509fb89f1f3e6becf Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Sun, 3 Dec 2023 11:22:28 +0100 Subject: [PATCH] #761 - updated spring boot --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 48e1cdf9a..d0ed6c0ed 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>3.1.5</version> + <version>3.2.0</version> <relativePath/> </parent> -- GitLab