From 638bde74227bbfb04659d09b544e7bafa991e041 Mon Sep 17 00:00:00 2001 From: Andre Henn Date: Thu, 13 Jun 2024 14:19:59 +0200 Subject: [PATCH 1/4] chore: bump version of spring and spring boot starter --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 3635169d8..53b57d086 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.12 + 2.5.15 de.terrestris @@ -110,8 +110,7 @@ 2.6.6 2.5.6 - - 2.13.2.20220328 + 5.3.36 15.0.2 From 6ea4faa1e33f91cc89053029d604d3e3dd8ba371 Mon Sep 17 00:00:00 2001 From: Andre Henn Date: Thu, 13 Jun 2024 14:20:40 +0200 Subject: [PATCH 2/4] chore: bump tomcat to most actual v9 --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 53b57d086..b6b017a50 100644 --- a/pom.xml +++ b/pom.xml @@ -100,6 +100,9 @@ 2.0.1 + + 9.0.89 + 2.5.3 3.11.0 From 6970558d9f864bacefebb9d96f0415b580361eec Mon Sep 17 00:00:00 2001 From: Andre Henn Date: Thu, 13 Jun 2024 14:21:02 +0200 Subject: [PATCH 3/4] bump postgres drivers --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index b6b017a50..e20761806 100644 --- a/pom.xml +++ b/pom.xml @@ -120,6 +120,7 @@ 2.14.1 + 42.2.28 5.0.2 From 53bfc8a84b2201e7490a7f2c8d48547edb21f3a9 Mon Sep 17 00:00:00 2001 From: Andre Henn Date: Thu, 13 Jun 2024 14:21:32 +0200 Subject: [PATCH 4/4] chore: bump jackson databind to v2.13.4.2 --- pom.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e20761806..abb11a0ce 100644 --- a/pom.xml +++ b/pom.xml @@ -136,6 +136,9 @@ 1.0-2.7 1.14 + 2.13.4.2 + 2.13.2.20220328 + 1.31 1.7.0 @@ -148,6 +151,7 @@ 2.17.2 + 1.2.13 1.16.3 @@ -472,17 +476,17 @@ com.fasterxml.jackson.core jackson-databind - 2.13.2.2 + ${jackson-databind.version} com.fasterxml.jackson.dataformat jackson-dataformat-yaml - 2.13.2 + 2.13.4 de.terrestris.jackson jackson-datatype-jts - 2.13.2.2 + ${jackson-databind.version} de.grundid.opendatalab