From 8ba3e013a0d02c145871da724bce34e6a4a8efca Mon Sep 17 00:00:00 2001 From: Gabriel Roldan Date: Thu, 4 Jul 2024 13:01:55 -0300 Subject: [PATCH 1/2] dependency upgrade: netty:4.1.94 -> 4.1.111 This is the netty dependency for infra images. GeoServer images are still using netty 4.1.46.Final for the cog and azure-blobstore plugins to work together. --- config | 2 +- src/apps/infrastructure/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index cd20e451f..35ca78050 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit cd20e451fbc9867126287d811e9e12a35780a6f9 +Subproject commit 35ca780506358321367d4fd0a04554e6d715d4d0 diff --git a/src/apps/infrastructure/pom.xml b/src/apps/infrastructure/pom.xml index 27c67aed8..dee7918c0 100644 --- a/src/apps/infrastructure/pom.xml +++ b/src/apps/infrastructure/pom.xml @@ -16,7 +16,7 @@ admin - 4.1.94.Final + 4.1.111.Final From 109cd095c1d7856fea6c9ed1b51d4eddf6a9ead4 Mon Sep 17 00:00:00 2001 From: Gabriel Roldan Date: Thu, 4 Jul 2024 13:37:29 -0300 Subject: [PATCH 2/2] Dependency upgrade: spring-framework:5.3.37, spring-security:5.7.12 --- src/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/pom.xml b/src/pom.xml index cb92aa489..824cda3d1 100644 --- a/src/pom.xml +++ b/src/pom.xml @@ -22,6 +22,8 @@ 17 2021.0.9 2.7.18 + 5.3.37 + 5.7.12 2.17.1 2.25.2.0-CLOUD 31-SNAPSHOT @@ -76,6 +78,20 @@ pom import + + org.springframework + spring-framework-bom + ${spring.version} + pom + import + + + org.springframework.security + spring-security-bom + ${spring.security.version} + pom + import + org.springframework.cloud spring-cloud-dependencies