From a9aa4bf9c2fa9f9bdee7d9807b8d029b30c0c350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kr=C3=A1l?= <53821852+im-konge@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:58:03 +0100 Subject: [PATCH] Bump dependencies - fabric8, javadoc, jackson (#204) ## Description Bumps the dependencies group with 3 updates: [io.fabric8:kubernetes-client-bom-with-deps](https://github.com/fabric8io/kubernetes-client), [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) and [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin). Updates io.fabric8:kubernetes-client-bom-with-deps from 6.13.4 to 7.0.0 ## Type of Change * Update (Update version or update existing automation) ## Checklist - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit/integration tests pass locally with my changes --------- Signed-off-by: Lukas Kral --- pom.xml | 6 +++--- test-frame-common/pom.xml | 6 ++++++ test-frame-test-examples/pom.xml | 4 ---- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 45a2dd9..6b6d71b 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ 17 17 - 6.13.4 + 7.0.0 2.24.2 2.0.16 @@ -92,13 +92,13 @@ 3.1.3 3.2.7 0.6.0 - 3.11.1 + 3.11.2 3.7.1 3.9.0 5.11.3 1.11.3 3.5.2 - 2.18.1 + 2.18.2 0.9.0.M3 1.79 diff --git a/test-frame-common/pom.xml b/test-frame-common/pom.xml index 7bf80f0..63a6cce 100644 --- a/test-frame-common/pom.xml +++ b/test-frame-common/pom.xml @@ -61,6 +61,10 @@ + + io.fabric8 + kubernetes-client + io.fabric8 kubernetes-client-api @@ -157,6 +161,8 @@ org.apache.logging.log4j:log4j-slf4j2-impl + + io.fabric8:kubernetes-client diff --git a/test-frame-test-examples/pom.xml b/test-frame-test-examples/pom.xml index cdce0bc..847924b 100644 --- a/test-frame-test-examples/pom.xml +++ b/test-frame-test-examples/pom.xml @@ -41,10 +41,6 @@ io.fabric8 openshift-client - - io.fabric8 - kubernetes-model - io.fabric8 generator-annotations