From f6a29564903ac936e8e29ba7101ba5f76af9c589 Mon Sep 17 00:00:00 2001 From: Matthew Trew Date: Mon, 29 Sep 2025 11:22:26 +0100 Subject: [PATCH 1/9] Update swagger, guava, jwks-rsa, geoip --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e329479f0b..346bd919d2 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ web-api-local.xml 12.1.3 3.2.0 - 2.2.34 + 2.2.37 6.10.1.202505221210-r @@ -148,7 +148,7 @@ com.google.guava guava - 33.4.8-jre + 33.5.0-jre @@ -235,7 +235,7 @@ com.auth0 jwks-rsa - 0.22.2 + 0.23.0 org.testcontainers @@ -477,7 +477,7 @@ com.maxmind.geoip2 geoip2 - 4.3.1 + 4.4.0 org.apache.maven.surefire surefire-junit47 - 3.5.3 + 3.5.4 From 7909bc480432e9d68ad872590a72e1dab9170e4c Mon Sep 17 00:00:00 2001 From: Matthew Trew Date: Wed, 1 Oct 2025 09:30:32 +0100 Subject: [PATCH 6/9] Update resteasy --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5b329c0ea2..b377cf0b2c 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ UTF-8 v3.20.6-SNAPSHOT 2.25.2 - 6.2.12.Final + 6.2.14.Final 7.0.0 1.39.0 2.19.2 From 429b4ffad15982d5a92c2794e4ec8fe35a8e3bd0 Mon Sep 17 00:00:00 2001 From: Matthew Trew Date: Wed, 1 Oct 2025 09:37:39 +0100 Subject: [PATCH 7/9] Update jetty --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b377cf0b2c..91c4b7b0a0 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 5.14.0 4.13.2 0.16.0 - 11.0.25 + 11.0.26 8080 8090 1.21.3 From 1d30daa33460313db361e708742857e87cea5e71 Mon Sep 17 00:00:00 2001 From: Matthew Trew Date: Wed, 1 Oct 2025 11:12:12 +0100 Subject: [PATCH 8/9] Update jackson, use BOM package to align indirect dependencies --- pom.xml | 34 +++++++++++----------------------- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/pom.xml b/pom.xml index 91c4b7b0a0..711bc3f7c9 100644 --- a/pom.xml +++ b/pom.xml @@ -15,8 +15,8 @@ 6.2.14.Final 7.0.0 1.39.0 - 2.19.2 - 2.19.2 + 2.20.0 + 2.20 2.0.9 4.13.2 5.14.0 @@ -309,12 +309,12 @@ com.fasterxml.jackson.core jackson-databind - ${jackson-databind.version} + ${jackson.version} com.fasterxml.jackson.core jackson-annotations - ${jackson.version} + ${jackson-annotations.version} com.fasterxml.jackson.jakarta.rs @@ -722,29 +722,17 @@ - + - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - 2.19.2 - - - com.fasterxml.jackson.datatype - jackson-datatype-jdk8 - 2.19.2 - - - com.fasterxml.jackson.jakarta.rs - jackson-jakarta-rs-base - 2.19.2 - - - com.fasterxml.jackson.module - jackson-module-jakarta-xmlbind-annotations - 2.19.2 + com.fasterxml.jackson + jackson-bom + ${jackson.version} + pom + import From 018e9362888b86d9f55b4a549fa66e7522ed3e6e Mon Sep 17 00:00:00 2001 From: Matthew Trew Date: Thu, 2 Oct 2025 15:25:31 +0100 Subject: [PATCH 9/9] Restore jackson-databind variable, add comments for BOM and jackson-annotations --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7c041d073b..0e7d098cdf 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,11 @@ 7.0.0 1.39.0 2.20.0 + + 2.20.0 + 2.20 2.0.9 4.13.2 @@ -309,7 +314,7 @@ com.fasterxml.jackson.core jackson-databind - ${jackson.version} + ${jackson-databind.version} com.fasterxml.jackson.core @@ -728,6 +733,8 @@ + com.fasterxml.jackson jackson-bom ${jackson.version}