From a37f97e7d616b01f6fcfd8cffca89387371b2c2a Mon Sep 17 00:00:00 2001 From: Frank Reyes Date: Thu, 25 Jun 2026 11:42:00 +0200 Subject: [PATCH 1/7] Fix Jackson 2.21.0 incompatibility by upgrading github-api to 1.330 jackson-databind 2.21.0 removed the deprecated PropertyNamingStrategy.SNAKE_CASE constant. github-api 1.327 referenced this removed field, causing NoSuchFieldError at runtime. github-api 1.330 migrated to PropertyNamingStrategies.SNAKE_CASE (the replacement class introduced in Jackson 2.12), making it compatible with 2.21.0. Also adds jackson-bom:2.21.0 in dependencyManagement to align all transitive Jackson modules (jaxrs, module-jaxb-annotations) to the same version. Co-Authored-By: Claude Sonnet 4.6 --- pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 920d16b4834e..35711a3b20fb 100644 --- a/pom.xml +++ b/pom.xml @@ -81,11 +81,23 @@ UTF-8 + + + + com.fasterxml.jackson + jackson-bom + 2.21.0 + pom + import + + + + org.kohsuke github-api - 1.327 + 1.330 com.squareup.okhttp3 From 6d5d81f8d9278fa5beffd3ba99c2c7f43b36a554 Mon Sep 17 00:00:00 2001 From: Frank Reyes Date: Thu, 25 Jun 2026 11:52:50 +0200 Subject: [PATCH 2/7] Revert "Fix Jackson 2.21.0 incompatibility by upgrading github-api to 1.330" This reverts commit a37f97e7d616b01f6fcfd8cffca89387371b2c2a. --- pom.xml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 35711a3b20fb..920d16b4834e 100644 --- a/pom.xml +++ b/pom.xml @@ -81,23 +81,11 @@ UTF-8 - - - - com.fasterxml.jackson - jackson-bom - 2.21.0 - pom - import - - - - org.kohsuke github-api - 1.330 + 1.327 com.squareup.okhttp3 From ef0f1a81590f3bc6c8e216068d8577cebd9bb26e Mon Sep 17 00:00:00 2001 From: Frank Reyes Date: Thu, 25 Jun 2026 11:53:58 +0200 Subject: [PATCH 3/7] fix --- pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 920d16b4834e..35711a3b20fb 100644 --- a/pom.xml +++ b/pom.xml @@ -81,11 +81,23 @@ UTF-8 + + + + com.fasterxml.jackson + jackson-bom + 2.21.0 + pom + import + + + + org.kohsuke github-api - 1.327 + 1.330 com.squareup.okhttp3 From 8b41497f6d4e877e4bf656156a5a8a638540ba71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 11:58:08 +0200 Subject: [PATCH 4/7] Update dependency com.github.docker-java:docker-java to v3.7.1 (#255) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 35711a3b20fb..a41197414113 100644 --- a/pom.xml +++ b/pom.xml @@ -118,7 +118,7 @@ com.github.docker-java docker-java - 3.5.1 + 3.7.1 com.github.docker-java From 0cc155f22c3ec5d9a763dd85ebc29cccc4d65076 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 11:59:44 +0200 Subject: [PATCH 5/7] Update dependency com.github.docker-java:docker-java-transport-okhttp to v3.7.1 (#256) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a41197414113..de936eafd1b0 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ com.github.docker-java docker-java-transport-okhttp - 3.5.1 + 3.7.1 org.slf4j From c8c010749fad3ca505dd62e28d448b6bdebf9c29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 12:02:02 +0200 Subject: [PATCH 6/7] Update dependency org.seleniumhq.selenium:selenium-java to v4.45.0 (#257) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index de936eafd1b0..0ebe2f07398c 100644 --- a/pom.xml +++ b/pom.xml @@ -133,7 +133,7 @@ org.seleniumhq.selenium selenium-java - 4.33.0 + 4.45.0 junit From c8c3a933919000be51e6503eb6096fde127a489d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 22:09:51 +0000 Subject: [PATCH 7/7] Update okhttp monorepo to v5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0ebe2f07398c..c992ce47e4a7 100644 --- a/pom.xml +++ b/pom.xml @@ -102,7 +102,7 @@ com.squareup.okhttp3 okhttp - 4.12.0 + 5.4.0 info.picocli