From 7a81789779862a2e64523dedca0e421a6c6ee934 Mon Sep 17 00:00:00 2001 From: Michael Folz Date: Fri, 25 Oct 2024 09:04:49 +0200 Subject: [PATCH] No issue - update spring boot to 3.3.5 and remove version override for undertow --- pom.xml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 4dd66fe..df25a4e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.4 + 3.3.5 @@ -46,21 +46,6 @@ org.springframework.boot spring-boot-starter-undertow - - io.undertow - undertow-core - 2.3.17.Final - - - io.undertow - undertow-servlet - 2.3.17.Final - - - io.undertow - undertow-websockets-jsr - 2.3.17.Final - org.springframework.boot