From f54d820f2ddd6244d6c25e07a5824de25d1a7b99 Mon Sep 17 00:00:00 2001 From: Michael Folz Date: Tue, 23 Apr 2024 13:55:00 +0200 Subject: [PATCH] #282 - Update Spring Boot - update spring boot to 3.2.5 - remove manual netty-codec-http dependency inclusion since the vulnerable version is addressed in the spring boot update - remove manual snakeyaml depdendency inclusion since it was also updated in spring boot in the meantime --- pom.xml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index 29a355d3..e116173f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.4 + 3.2.5 @@ -61,22 +61,9 @@ spring-boot-starter-data-jpa - org.springframework.boot spring-boot-starter-webflux - - - io.netty - netty-codec-http - - - - - - io.netty - netty-codec-http - 4.1.108.Final @@ -293,14 +280,6 @@ test - - - - org.yaml - snakeyaml - 2.0 - - io.projectreactor reactor-test