Skip to content

Bump the dependencies group with 32 updates#200

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/dependencies-aab2461cab
Open

Bump the dependencies group with 32 updates#200
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/dependencies-aab2461cab

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps the dependencies group with 32 updates:

Package From To
io.fabric8:kubernetes-client-bom-with-deps 7.6.1 7.7.0
io.fabric8:openshift-client 7.6.1 7.7.0
io.fabric8:kubernetes-model-common 7.6.1 7.7.0
io.fabric8:generator-annotations 7.6.1 7.7.0
io.fabric8:kubernetes-model-core 7.6.1 7.7.0
io.fabric8:kubernetes-client-api 7.6.1 7.7.0
io.fabric8:kubernetes-model-apps 7.6.1 7.7.0
io.fabric8:kubernetes-model-rbac 7.6.1 7.7.0
io.fabric8:openshift-model-operatorhub 7.6.1 7.7.0
io.fabric8:openshift-client-api 7.6.1 7.7.0
io.fabric8:kubernetes-model-batch 7.6.1 7.7.0
io.fabric8:java-generator-maven-plugin 7.6.1 7.7.0
io.qameta.allure:allure-bom 2.31.0 2.34.0
io.qameta.allure:allure-junit5 2.31.0 2.34.0
io.qameta.allure:allure-java-commons 2.31.0 2.34.0
org.junit.jupiter:junit-jupiter-engine 6.0.1 6.0.3
org.junit.jupiter:junit-jupiter-api 6.0.1 6.0.3
org.junit.jupiter:junit-jupiter-params 6.0.1 6.0.3
org.junit.platform:junit-platform-commons 6.0.1 6.0.3
org.junit.platform:junit-platform-launcher 6.0.1 6.0.3
org.junit.platform:junit-platform-engine 6.0.1 6.0.3
org.apache.maven.plugins:maven-failsafe-plugin 3.5.4 3.5.5
commons-codec:commons-codec 1.20.0 1.22.0
org.slf4j:slf4j-api 2.0.17 2.0.18
org.apache.logging.log4j:log4j-slf4j2-impl 2.25.3 2.26.0
org.apache.logging.log4j:log4j-api 2.25.3 2.26.0
org.apache.maven.plugins:maven-compiler-plugin 3.14.1 3.15.0
io.qameta.allure:allure-maven 2.16.1 3.0.1
org.apache.maven.plugins:maven-dependency-plugin 3.9.0 3.10.0
com.github.spotbugs:spotbugs-maven-plugin 4.9.8.1 4.9.8.3
io.github.download-maven-plugin:download-maven-plugin 2.0.0 2.1.0
org.codehaus.mojo:exec-maven-plugin 3.6.2 3.6.3

Updates io.fabric8:kubernetes-client-bom-with-deps from 7.6.1 to 7.7.0

Release notes

Sourced from io.fabric8:kubernetes-client-bom-with-deps's releases.

7.7.0 (2026-05-12)

Bugs

  • Fix #7747: (mockwebserver) avoid RejectedExecutionException in MockWebServer#shutdown() — linearize close sequence to remove the httpClose-listener vs await race, and make shutdown() idempotent against repeated calls (e.g. JUnit @​Nested afterAll cascades)
  • Fix #7734: (mockwebserver) avoid sending Content-Length together with Transfer-Encoding for chunked responses
  • Fix #7716: (informer) SerialExecutor.execute() now returns immediately after shutdown — no wrapper is offered, scheduleNext() is not called, and the underlying executor is not touched, fixing a post-stop NPE race exposed by SharedProcessor.distribute(...) after stop()
  • Fix #7702: ExecWebSocketListener.onError now wraps WebSocketHandshakeException via the chaining KubernetesClientException constructor instead of post-hoc initCause — handshake failures with a non-null upgrade response no longer throw IllegalStateException synchronously, so onFailure/exitCode receive the parsed Status and the original handshake exception as the cause
  • Fix #7686: (httpclient-vertx-5) StackBasedRecursionGuard.enter() no longer increments depth when refusing entry, fixing an infinite runOnContext loop that stalled InputStreamReadStream uploads under CPU contention
  • Fix #7700: ExecWebSocketListener.onError now defers failure handling through the SerialExecutor so a pending channel-3 exit-status task runs first and the parsed exit code is preserved instead of being overwritten by a peer-close exception
  • Fix #7698: (httpclient-vertx-5) InputStreamReadStream now fires endHandler when registered after the end signal has already been delivered, fixing a race for empty/fast streams
  • Fix #7696: (httpclient-vertx) clear response exception handler before reset in cancel() to prevent StreamResetException from racing with future cancellation
  • Fix #7695: ExecWebSocketListener now defers exitCode completion through the SerialExecutor so pending stdout/stderr async writes are flushed before exit signals
  • Fix #7632: java-generator now HTML-escapes <, >, and & in CRD descriptions to produce valid Javadoc
  • Fix #7543: fix processInlineDuplicateFields to recursively resolve nested inline embeds
  • Fix #7450: StandardHttpClient.shouldRetry() does not retry on Vert.x HttpClosedException
  • Fix #7350: Improper callback timing in leaderelection leads to the dual-leader
  • Fix #7265: fix ephemeral removal of index entries from informer caches

Improvements

  • Fix #7426: add HasMetadata#isSameResource to test whether two HasMetadata instances point to the same logical cluster resource, with an optional strict mode that also requires matching kind and resourceVersion
  • Fix #7662: (mockwebserver) new MockWebServer#setHttp2ClearTextEnabled(boolean) setter to opt out of HTTP/2 cleartext (h2c) upgrade
  • Fix #7522: improve dependency management for kubernetes-httpclient-okhttp
  • Fix #7550: add a ResourceEventHandler onList method and deprecated onNothing
  • Fix #6922: add addOwnerReference variant to set controller and blockOwnerDeletion fields
  • Fix #3396: (mockwebserver) Enhance self-signed certificate generation to include Subject Alternative Names (SANs) for proper TLS verification by modern clients
  • Fix #6923: Make the crd-generator-maven-plugin be toolchain aware

Dependency Upgrade

  • Fix #7754: bump baremetal-operator/apis from 0.12.4 to 0.13.0
  • Fix #7754: bump cluster-api-provider-metal3 from 1.12.4 to 1.13.0
  • Fix #7651: bump k8s.io/apimachinery from 0.35.4 to 0.36.0
  • Fix #7579: bump istio.io/client-go from 1.28.0 to 1.29.1
  • Fix #7551: bump jackson-bom from 2.20.0 to 2.21.1
  • Fix #7718: bump kin-openapi from 0.135.0 to 0.137.0
  • Fix #7758: bump kin-openapi from 0.137.0 to 0.138.0
  • Fix #7723: bump knative.dev/eventing from 0.48.2 to 0.49.0
  • Fix #7723: bump knative.dev/eventing-github from 0.48.0 to 0.49.0
  • Fix #7723: bump knative.dev/eventing-gitlab from 0.48.0 to 0.49.0
  • Fix #7723: bump knative.dev/eventing-kafka-broker from 0.48.3 to 0.49.0
  • Fix #7723: bump knative.dev/networking from 0.0.0-20260120131110-a7cdca238a0d to 0.0.0-20260422140718-e9578ef11562
  • Fix #7723: bump knative.dev/serving from 0.48.2 to 0.49.0
  • Fix #7580: bump kustomize/api from 0.20.1 to 0.21.1
  • Fix #7726: bump tektoncd/pipeline from 1.11.1 to 1.12.0
  • Fix #7552: bump tektoncd/triggers from 0.33.0 to 0.35.0
  • Fix #7556: bump eventing-kafka-broker from 0.46.2 to 0.48.1
  • Fix #7553: bump cert-manager from 1.19.4 to 1.20.0
  • Fix #7557: bump baremetal-operator/apis from 0.9.2 to 0.12.2
  • Fix #7544: bump cluster-api-provider-metal3 from 1.9.3 to 1.12.2
  • Fix #7543: bump prometheus-operator from 0.85.0 to 0.89.0
  • Fix #7542: bump open-cluster-management.io/api from 0.16.2 to 1.2.0
  • Fix #7753: bump open-cluster-management.io/api from 1.2.0 to 1.3.0

... (truncated)

Changelog

Sourced from io.fabric8:kubernetes-client-bom-with-deps's changelog.

7.7.0 (2026-05-12)

Bugs

  • Fix #7747: (mockwebserver) avoid RejectedExecutionException in MockWebServer#shutdown() — linearize close sequence to remove the httpClose-listener vs await race, and make shutdown() idempotent against repeated calls (e.g. JUnit @​Nested afterAll cascades)
  • Fix #7734: (mockwebserver) avoid sending Content-Length together with Transfer-Encoding for chunked responses
  • Fix #7716: (informer) SerialExecutor.execute() now returns immediately after shutdown — no wrapper is offered, scheduleNext() is not called, and the underlying executor is not touched, fixing a post-stop NPE race exposed by SharedProcessor.distribute(...) after stop()
  • Fix #7702: ExecWebSocketListener.onError now wraps WebSocketHandshakeException via the chaining KubernetesClientException constructor instead of post-hoc initCause — handshake failures with a non-null upgrade response no longer throw IllegalStateException synchronously, so onFailure/exitCode receive the parsed Status and the original handshake exception as the cause
  • Fix #7686: (httpclient-vertx-5) StackBasedRecursionGuard.enter() no longer increments depth when refusing entry, fixing an infinite runOnContext loop that stalled InputStreamReadStream uploads under CPU contention
  • Fix #7700: ExecWebSocketListener.onError now defers failure handling through the SerialExecutor so a pending channel-3 exit-status task runs first and the parsed exit code is preserved instead of being overwritten by a peer-close exception
  • Fix #7698: (httpclient-vertx-5) InputStreamReadStream now fires endHandler when registered after the end signal has already been delivered, fixing a race for empty/fast streams
  • Fix #7696: (httpclient-vertx) clear response exception handler before reset in cancel() to prevent StreamResetException from racing with future cancellation
  • Fix #7695: ExecWebSocketListener now defers exitCode completion through the SerialExecutor so pending stdout/stderr async writes are flushed before exit signals
  • Fix #7632: java-generator now HTML-escapes <, >, and & in CRD descriptions to produce valid Javadoc
  • Fix #7543: fix processInlineDuplicateFields to recursively resolve nested inline embeds
  • Fix #7450: StandardHttpClient.shouldRetry() does not retry on Vert.x HttpClosedException
  • Fix #7350: Improper callback timing in leaderelection leads to the dual-leader
  • Fix #7265: fix ephemeral removal of index entries from informer caches

Improvements

  • Fix #7426: add HasMetadata#isSameResource to test whether two HasMetadata instances point to the same logical cluster resource, with an optional strict mode that also requires matching kind and resourceVersion
  • Fix #7662: (mockwebserver) new MockWebServer#setHttp2ClearTextEnabled(boolean) setter to opt out of HTTP/2 cleartext (h2c) upgrade
  • Fix #7522: improve dependency management for kubernetes-httpclient-okhttp
  • Fix #7550: add a ResourceEventHandler onList method and deprecated onNothing
  • Fix #6922: add addOwnerReference variant to set controller and blockOwnerDeletion fields
  • Fix #3396: (mockwebserver) Enhance self-signed certificate generation to include Subject Alternative Names (SANs) for proper TLS verification by modern clients
  • Fix #6923: Make the crd-generator-maven-plugin be toolchain aware

Dependency Upgrade

  • Fix #7754: bump baremetal-operator/apis from 0.12.4 to 0.13.0
  • Fix #7754: bump cluster-api-provider-metal3 from 1.12.4 to 1.13.0
  • Fix #7651: bump k8s.io/apimachinery from 0.35.4 to 0.36.0
  • Fix #7579: bump istio.io/client-go from 1.28.0 to 1.29.1
  • Fix #7551: bump jackson-bom from 2.20.0 to 2.21.1
  • Fix #7718: bump kin-openapi from 0.135.0 to 0.137.0
  • Fix #7758: bump kin-openapi from 0.137.0 to 0.138.0
  • Fix #7723: bump knative.dev/eventing from 0.48.2 to 0.49.0
  • Fix #7723: bump knative.dev/eventing-github from 0.48.0 to 0.49.0
  • Fix #7723: bump knative.dev/eventing-gitlab from 0.48.0 to 0.49.0
  • Fix #7723: bump knative.dev/eventing-kafka-broker from 0.48.3 to 0.49.0
  • Fix #7723: bump knative.dev/networking from 0.0.0-20260120131110-a7cdca238a0d to 0.0.0-20260422140718-e9578ef11562
  • Fix #7723: bump knative.dev/serving from 0.48.2 to 0.49.0
  • Fix #7580: bump kustomize/api from 0.20.1 to 0.21.1
  • Fix #7726: bump tektoncd/pipeline from 1.11.1 to 1.12.0
  • Fix #7552: bump tektoncd/triggers from 0.33.0 to 0.35.0
  • Fix #7556: bump eventing-kafka-broker from 0.46.2 to 0.48.1
  • Fix #7553: bump cert-manager from 1.19.4 to 1.20.0
  • Fix #7557: bump baremetal-operator/apis from 0.9.2 to 0.12.2
  • Fix #7544: bump cluster-api-provider-metal3 from 1.9.3 to 1.12.2
  • Fix #7543: bump prometheus-operator from 0.85.0 to 0.89.0
  • Fix #7542: bump open-cluster-management.io/api from 0.16.2 to 1.2.0

... (truncated)

Commits
  • 3f86038 [RELEASE] Updated project version to v7.7.0
  • 6244ed1 chore(changelog): catch up 7.7-SNAPSHOT with missed fixes and vertx bumps
  • b567ffe fix(mockwebserver): broaden #7756 diagnostics for WS post-upgrade hang
  • 290ce06 test(kubernetes-client): stabilize PortForwarderWebsocketListenerTest.onOpen_...
  • 6ef706b fix(mockwebserver): log state on WebSocketSession.send exception (#7756)
  • 890b3b5 chore(deps): bump kin-openapi from 0.137.0 to 0.138.0 (7758)
  • dc1e7f1 doc(java-generator): add configuration examples for plugin options (7383)
  • a2c7191 chore(deps): bump the metal3-io group (7754)
  • 3cc2f3c chore(deps): bump open-cluster-management.io/api from 1.2.0 to 1.3.0 (7753)
  • c1407fa feat: add isSameResource on HasMetadata (7426)
  • Additional commits viewable in compare view

Updates io.fabric8:openshift-client from 7.6.1 to 7.7.0

Release notes

Sourced from io.fabric8:openshift-client's releases.

7.7.0 (2026-05-12)

Bugs

  • Fix #7747: (mockwebserver) avoid RejectedExecutionException in MockWebServer#shutdown() — linearize close sequence to remove the httpClose-listener vs await race, and make shutdown() idempotent against repeated calls (e.g. JUnit @​Nested afterAll cascades)
  • Fix #7734: (mockwebserver) avoid sending Content-Length together with Transfer-Encoding for chunked responses
  • Fix #7716: (informer) SerialExecutor.execute() now returns immediately after shutdown — no wrapper is offered, scheduleNext() is not called, and the underlying executor is not touched, fixing a post-stop NPE race exposed by SharedProcessor.distribute(...) after stop()
  • Fix #7702: ExecWebSocketListener.onError now wraps WebSocketHandshakeException via the chaining KubernetesClientException constructor instead of post-hoc initCause — handshake failures with a non-null upgrade response no longer throw IllegalStateException synchronously, so onFailure/exitCode receive the parsed Status and the original handshake exception as the cause
  • Fix #7686: (httpclient-vertx-5) StackBasedRecursionGuard.enter() no longer increments depth when refusing entry, fixing an infinite runOnContext loop that stalled InputStreamReadStream uploads under CPU contention
  • Fix #7700: ExecWebSocketListener.onError now defers failure handling through the SerialExecutor so a pending channel-3 exit-status task runs first and the parsed exit code is preserved instead of being overwritten by a peer-close exception
  • Fix #7698: (httpclient-vertx-5) InputStreamReadStream now fires endHandler when registered after the end signal has already been delivered, fixing a race for empty/fast streams
  • Fix #7696: (httpclient-vertx) clear response exception handler before reset in cancel() to prevent StreamResetException from racing with future cancellation
  • Fix #7695: ExecWebSocketListener now defers exitCode completion through the SerialExecutor so pending stdout/stderr async writes are flushed before exit signals
  • Fix #7632: java-generator now HTML-escapes <, >, and & in CRD descriptions to produce valid Javadoc
  • Fix #7543: fix processInlineDuplicateFields to recursively resolve nested inline embeds
  • Fix #7450: StandardHttpClient.shouldRetry() does not retry on Vert.x HttpClosedException
  • Fix #7350: Improper callback timing in leaderelection leads to the dual-leader
  • Fix #7265: fix ephemeral removal of index entries from informer caches

Improvements

  • Fix #7426: add HasMetadata#isSameResource to test whether two HasMetadata instances point to the same logical cluster resource, with an optional strict mode that also requires matching kind and resourceVersion
  • Fix #7662: (mockwebserver) new MockWebServer#setHttp2ClearTextEnabled(boolean) setter to opt out of HTTP/2 cleartext (h2c) upgrade
  • Fix #7522: improve dependency management for kubernetes-httpclient-okhttp
  • Fix #7550: add a ResourceEventHandler onList method and deprecated onNothing
  • Fix #6922: add addOwnerReference variant to set controller and blockOwnerDeletion fields
  • Fix #3396: (mockwebserver) Enhance self-signed certificate generation to include Subject Alternative Names (SANs) for proper TLS verification by modern clients
  • Fix #6923: Make the crd-generator-maven-plugin be toolchain aware

Dependency Upgrade

  • Fix #7754: bump baremetal-operator/apis from 0.12.4 to 0.13.0
  • Fix #7754: bump cluster-api-provider-metal3 from 1.12.4 to 1.13.0
  • Fix #7651: bump k8s.io/apimachinery from 0.35.4 to 0.36.0
  • Fix #7579: bump istio.io/client-go from 1.28.0 to 1.29.1
  • Fix #7551: bump jackson-bom from 2.20.0 to 2.21.1
  • Fix #7718: bump kin-openapi from 0.135.0 to 0.137.0
  • Fix #7758: bump kin-openapi from 0.137.0 to 0.138.0
  • Fix #7723: bump knative.dev/eventing from 0.48.2 to 0.49.0
  • Fix #7723: bump knative.dev/eventing-github from 0.48.0 to 0.49.0
  • Fix #7723: bump knative.dev/eventing-gitlab from 0.48.0 to 0.49.0
  • Fix #7723: bump knative.dev/eventing-kafka-broker from 0.48.3 to 0.49.0
  • Fix #7723: bump knative.dev/networking from 0.0.0-20260120131110-a7cdca238a0d to 0.0.0-20260422140718-e9578ef11562
  • Fix #7723: bump knative.dev/serving from 0.48.2 to 0.49.0
  • Fix #7580: bump kustomize/api from 0.20.1 to 0.21.1
  • Fix #7726: bump tektoncd/pipeline from 1.11.1 to 1.12.0
  • Fix #7552: bump tektoncd/triggers from 0.33.0 to 0.35.0
  • Fix #7556: bump eventing-kafka-broker from 0.46.2 to 0.48.1
  • Fix #7553: bump cert-manager from 1.19.4 to 1.20.0
  • Fix #7557: bump baremetal-operator/apis from 0.9.2 to 0.12.2
  • Fix #7544: bump cluster-api-provider-metal3 from 1.9.3 to 1.12.2
  • Fix #7543: bump prometheus-operator from 0.85.0 to 0.89.0
  • Fix #7542: bump open-cluster-management.io/api from 0.16.2 to 1.2.0
  • Fix #7753: bump open-cluster-management.io/api from 1.2.0 to 1.3.0

... (truncated)

Changelog

Sourced from io.fabric8:openshift-client's changelog.

7.7.0 (2026-05-12)

Bugs

  • Fix #7747: (mockwebserver) avoid RejectedExecutionException in MockWebServer#shutdown() — linearize close sequence to remove the httpClose-listener vs await race, and make shutdown() idempotent against repeated calls (e.g. JUnit @​Nested afterAll cascades)
  • Fix #7734: (mockwebserver) avoid sending Content-Length together with Transfer-Encoding for chunked responses
  • Fix #7716: (informer) SerialExecutor.execute() now returns immediately after shutdown — no wrapper is offered, scheduleNext() is not called, and the underlying executor is not touched, fixing a post-stop NPE race exposed by SharedProcessor.distribute(...) after stop()
  • Fix #7702: ExecWebSocketListener.onError now wraps WebSocketHandshakeException via the chaining KubernetesClientException constructor instead of post-hoc initCause — handshake failures with a non-null upgrade response no longer throw IllegalStateException synchronously, so onFailure/exitCode receive the parsed Status and the original handshake exception as the cause
  • Fix #7686: (httpclient-vertx-5) StackBasedRecursionGuard.enter() no longer increments depth when refusing entry, fixing an infinite runOnContext loop that stalled InputStreamReadStream uploads under CPU contention
  • Fix #7700: ExecWebSocketListener.onError now defers failure handling through the SerialExecutor so a pending channel-3 exit-status task runs first and the parsed exit code is preserved instead of being overwritten by a peer-close exception
  • Fix #7698: (httpclient-vertx-5) InputStreamReadStream now fires endHandler when registered after the end signal has already been delivered, fixing a race for empty/fast streams
  • Fix #7696: (httpclient-vertx) clear response exception handler before reset in cancel() to prevent StreamResetException from racing with future cancellation
  • Fix #7695: ExecWebSocketListener now defers exitCode completion through the SerialExecutor so pending stdout/stderr async writes are flushed before exit signals
  • Fix #7632: java-generator now HTML-escapes <, >, and & in CRD descriptions to produce valid Javadoc
  • Fix #7543: fix processInlineDuplicateFields to recursively resolve nested inline embeds
  • Fix #7450: StandardHttpClient.shouldRetry() does not retry on Vert.x HttpClosedException
  • Fix #7350: Improper callback timing in leaderelection leads to the dual-leader
  • Fix #7265: fix ephemeral removal of index entries from informer caches

Improvements

  • Fix #7426: add HasMetadata#isSameResource to test whether two HasMetadata instances point to the same logical cluster resource, with an optional strict mode that also requires matching kind and resourceVersion
  • Fix #7662: (mockwebserver) new MockWebServer#setHttp2ClearTextEnabled(boolean) setter to opt out of HTTP/2 cleartext (h2c) upgrade
  • Fix #7522: improve dependency management for kubernetes-httpclient-okhttp
  • Fix #7550: add a ResourceEventHandler onList method and deprecated onNothing
  • Fix #6922: add addOwnerReference variant to set controller and blockOwnerDeletion fields
  • Fix #3396: (mockwebserver) Enhance self-signed certificate generation to include Subject Alternative Names (SANs) for proper TLS verification by modern clients
  • Fix #6923: Make the crd-generator-maven-plugin be toolchain aware

Dependency Upgrade

  • Fix #7754: bump baremetal-operator/apis from 0.12.4 to 0.13.0
  • Fix #7754: bump cluster-api-provider-metal3 from 1.12.4 to 1.13.0
  • Fix #7651: bump k8s.io/apimachinery from 0.35.4 to 0.36.0
  • Fix #7579: bump istio.io/client-go from 1.28.0 to 1.29.1
  • Fix #7551: bump jackson-bom from 2.20.0 to 2.21.1
  • Fix #7718: bump kin-openapi from 0.135.0 to 0.137.0
  • Fix #7758: bump kin-openapi from 0.137.0 to 0.138.0
  • Fix #7723: bump knative.dev/eventing from 0.48.2 to 0.49.0
  • Fix #7723: bump knative.dev/eventing-github from 0.48.0 to 0.49.0
  • Fix #7723: bump knative.dev/eventing-gitlab from 0.48.0 to 0.49.0
  • Fix #7723: bump knative.dev/eventing-kafka-broker from 0.48.3 to 0.49.0
  • Fix #7723: bump knative.dev/networking from 0.0.0-20260120131110-a7cdca238a0d to 0.0.0-20260422140718-e9578ef11562
  • Fix #7723: bump knative.dev/serving from 0.48.2 to 0.49.0
  • Fix #7580: bump kustomize/api from 0.20.1 to 0.21.1
  • Fix #7726: bump tektoncd/pipeline from 1.11.1 to 1.12.0
  • Fix #7552: bump tektoncd/triggers from 0.33.0 to 0.35.0
  • Fix #7556: bump eventing-kafka-broker from 0.46.2 to 0.48.1
  • Fix #7553: bump cert-manager from 1.19.4 to 1.20.0
  • Fix #7557: bump baremetal-operator/apis from 0.9.2 to 0.12.2
  • Fix #7544: bump cluster-api-provider-metal3 from 1.9.3 to 1.12.2
  • Fix #7543: bump prometheus-operator from 0.85.0 to 0.89.0
  • Fix #7542: bump open-cluster-management.io/api from 0.16.2 to 1.2.0

... (truncated)

Commits
  • 3f86038 [RELEASE] Updated project version to v7.7.0
  • 6244ed1 chore(changelog): catch up 7.7-SNAPSHOT with missed fixes and vertx bumps
  • b567ffe fix(mockwebserver): broaden #7756 diagnostics for WS post-upgrade hang
  • 290ce06 test(kubernetes-client): stabilize PortForwarderWebsocketListenerTest.onOpen_...
  • 6ef706b fix(mockwebserver): log state on WebSocketSession.send exception (#7756)
  • 890b3b5 chore(deps): bump kin-openapi from 0.137.0 to 0.138.0 (7758)
  • dc1e7f1 doc(java-generator): add configuration examples for plugin options (7383)
  • a2c7191 chore(deps): bump the metal3-io group (7754)
  • 3cc2f3c chore(deps): bump open-cluster-management.io/api from 1.2.0 to 1.3.0 (7753)
  • c1407fa feat: add isSameResource on HasMetadata (7426)
  • Additional commits viewable in compare view

Updates io.fabric8:kubernetes-model-common from 7.6.1 to 7.7.0

Updates io.fabric8:generator-annotations from 7.6.1 to 7.7.0

Release notes

Sourced from io.fabric8:generator-annotations's releases.

7.7.0 (2026-05-12)

Bugs

  • Fix #7747: (mockwebserver) avoid RejectedExecutionException in MockWebServer#shutdown() — linearize close sequence to remove the httpClose-listener vs await race, and make shutdown() idempotent against repeated calls (e.g. JUnit @​Nested afterAll cascades)
  • Fix #7734: (mockwebserver) avoid sending Content-Length together with Transfer-Encoding for chunked responses
  • Fix #7716: (informer) SerialExecutor.execute() now returns immediately after shutdown — no wrapper is offered, scheduleNext() is not called, and the underlying executor is not touched, fixing a post-stop NPE race exposed by SharedProcessor.distribute(...) after stop()
  • Fix #7702: ExecWebSocketListener.onError now wraps WebSocketHandshakeException via the chaining KubernetesClientException constructor instead of post-hoc initCause — handshake failures with a non-null upgrade response no longer throw IllegalStateException synchronously, so onFailure/exitCode receive the parsed Status and the original handshake exception as the cause
  • Fix #7686: (httpclient-vertx-5) StackBasedRecursionGuard.enter() no longer increments depth when refusing entry, fixing an infinite runOnContext loop that stalled InputStreamReadStream uploads under CPU contention
  • Fix #7700: ExecWebSocketListener.onError now defers failure handling through the SerialExecutor so a pending channel-3 exit-status task runs first and the parsed exit code is preserved instead of being overwritten by a peer-close exception
  • Fix #7698: (httpclient-vertx-5) InputStreamReadStream now fires endHandler when registered after the end signal has already been delivered, fixing a race for empty/fast streams
  • Fix #7696: (httpclient-vertx) clear response exception handler before reset in cancel() to prevent StreamResetException from racing with future cancellation
  • Fix #7695: ExecWebSocketListener now defers exitCode completion through the SerialExecutor so pending stdout/stderr async writes are flushed before exit signals
  • Fix #7632: java-generator now HTML-escapes <, >, and & in CRD descriptions to produce valid Javadoc
  • Fix #7543: fix processInlineDuplicateFields to recursively resolve nested inline embeds
  • Fix #7450: StandardHttpClient.shouldRetry() does not retry on Vert.x HttpClosedException
  • Fix #7350: Improper callback timing in leaderelection leads to the dual-leader
  • Fix #7265: fix ephemeral removal of index entries from informer caches

Improvements

  • Fix #7426: add HasMetadata#isSameResource to test whether two HasMetadata instances point to the same logical cluster resource, with an optional strict mode that also requires matching kind and resourceVersion
  • Fix #7662: (mockwebserver) new MockWebServer#setHttp2ClearTextEnabled(boolean) setter to opt out of HTTP/2 cleartext (h2c) upgrade
  • Fix #7522: improve dependency management for kubernetes-httpclient-okhttp
  • Fix #7550: add a ResourceEventHandler onList method and deprecated onNothing
  • Fix #6922: add addOwnerReference variant to set controller and blockOwnerDeletion fields
  • Fix #3396: (mockwebserver) Enhance self-signed certificate generation to include Subject Alternative Names (SANs) for proper TLS verification by modern clients
  • Fix #6923: Make the crd-generator-maven-plugin be toolchain aware

Dependency Upgrade

  • Fix #7754: bump baremetal-operator/apis from 0.12.4 to 0.13.0
  • Fix #7754: bump cluster-api-provider-metal3 from 1.12.4 to 1.13.0
  • Fix #7651: bump k8s.io/apimachinery from 0.35.4 to 0.36.0
  • Fix #7579: bump istio.io/client-go from 1.28.0 to 1.29.1
  • Fix #7551: bump jackson-bom from 2.20.0 to 2.21.1
  • Fix #7718: bump kin-openapi from 0.135.0 to 0.137.0
  • Fix #7758: bump kin-openapi from 0.137.0 to 0.138.0
  • Fix #7723: bump knative.dev/eventing from 0.48.2 to 0.49.0
  • Fix #7723: bump knative.dev/eventing-github from 0.48.0 to 0.49.0
  • Fix #7723: bump knative.dev/eventing-gitlab from 0.48.0 to 0.49.0
  • Fix #7723: bump knative.dev/eventing-kafka-broker from 0.48.3 to 0.49.0
  • Fix #7723: bump knative.dev/networking from 0.0.0-20260120131110-a7cdca238a0d to 0.0.0-20260422140718-e9578ef11562
  • Fix #7723: bump knative.dev/serving from 0.48.2 to 0.49.0
  • Fix #7580: bump kustomize/api from 0.20.1 to 0.21.1
  • Fix #7726: bump tektoncd/pipeline from 1.11.1 to 1.12.0
  • Fix #7552: bump tektoncd/triggers from 0.33.0 to 0.35.0
  • Fix #7556: bump eventing-kafka-broker from 0.46.2 to 0.48.1
  • Fix #7553: bump cert-manager from 1.19.4 to 1.20.0
  • Fix #7557: bump baremetal-operator/apis from 0.9.2 to 0.12.2
  • Fix #7544: bump cluster-api-provider-metal3 from 1.9.3 to 1.12.2
  • Fix #7543: bump prometheus-operator from 0.85.0 to 0.89.0
  • Fix #7542: bump open-cluster-management.io/api from 0.16.2 to 1.2.0
  • Fix #7753: bump open-cluster-management.io/api from 1.2.0 to 1.3.0

... (truncated)

Changelog

Sourced from io.fabric8:generator-annotations's changelog.

7.7.0 (2026-05-12)

Bugs

  • Fix #7747: (mockwebserver) avoid RejectedExecutionException in MockWebServer#shutdown() — linearize close sequence to remove the httpClose-listener vs await race, and make shutdown() idempotent against repeated calls (e.g. JUnit @​Nested afterAll cascades)
  • Fix #7734: (mockwebserver) avoid sending Content-Length together with Transfer-Encoding for chunked responses
  • Fix #7716: (informer) SerialExecutor.execute() now returns immediately after shutdown — no wrapper is offered, scheduleNext() is not called, and the underlying executor is not touched, fixing a post-stop NPE race exposed by SharedProcessor.distribute(...) after stop()
  • Fix #7702: ExecWebSocketListener.onError now wraps WebSocketHandshakeException via the chaining KubernetesClientException constructor instead of post-hoc initCause — handshake failures with a non-null upgrade response no longer throw IllegalStateException synchronously, so onFailure/exitCode receive the parsed Status and the original handshake exception as the cause
  • Fix #7686: (httpclient-vertx-5) StackBasedRecursionGuard.enter() no longer increments depth when refusing entry, fixing an infinite runOnContext loop that stalled InputStreamReadStream uploads under CPU contention
  • Fix #7700: ExecWebSocketListener.onError now defers failure handling through the SerialExecutor so a pending channel-3 exit-status task runs first and the parsed exit code is preserved instead of being overwritten by a peer-close exception
  • Fix #7698: (httpclient-vertx-5) InputStreamReadStream now fires endHandler when registered after the end signal has already been delivered, fixing a race for empty/fast streams
  • Fix #7696: (httpclient-vertx) clear response exception handler before reset in cancel() to prevent StreamResetException from racing with future cancellation
  • Fix #7695: ExecWebSocketListener now defers exitCode completion through the SerialExecutor so pending stdout/stderr async writes are flushed before exit signals
  • Fix #7632: java-generator now HTML-escapes <, >, and & in CRD descriptions to produce valid Javadoc
  • Fix #7543: fix processInlineDuplicateFields to recursively resolve nested inline embeds
  • Fix #7450: StandardHttpClient.shouldRetry() does not retry on Vert.x HttpClosedException
  • Fix #7350: Improper callback timing in leaderelection leads to the dual-leader
  • Fix #7265: fix ephemeral removal of index entries from informer caches

Improvements

  • Fix #7426: add HasMetadata#isSameResource to test whether two HasMetadata instances point to the same logical cluster resource, with an optional strict mode that also requires matching kind and resourceVersion
  • Fix #7662: (mockwebserver) new MockWebServer#setHttp2ClearTextEnabled(boolean) setter to opt out of HTTP/2 cleartext (h2c) upgrade
  • Fix #7522: improve dependency management for kubernetes-httpclient-okhttp
  • Fix #7550: add a ResourceEventHandler onList method and deprecated onNothing
  • Fix #6922: add addOwnerReference variant to set controller and blockOwnerDeletion fields
  • Fix #3396: (mockwebserver) Enhance self-signed certificate generation to include Subject Alternative Names (SANs) for proper TLS verification by modern clients
  • Fix #6923: Make the crd-generator-maven-plugin be toolchain aware

Dependency Upgrade

  • Fix #7754: bump baremetal-operator/apis from 0.12.4 to 0.13.0
  • Fix #7754: bump cluster-api-provider-metal3 from 1.12.4 to 1.13.0
  • Fix #7651: bump k8s.io/apimachinery from 0.35.4 to 0.36.0
  • Fix #7579: bump istio.io/client-go from 1.28.0 to 1.29.1
  • Fix #7551: bump jackson-bom from 2.20.0 to 2.21.1
  • Fix #7718: bump kin-openapi from 0.135.0 to 0.137.0
  • Fix #7758: bump kin-openapi from 0.137.0 to 0.138.0
  • Fix #7723: bump knative.dev/eventing from 0.48.2 to 0.49.0
  • Fix #7723: bump knative.dev/eventing-github from 0.48.0 to 0.49.0
  • Fix #7723: bump knative.dev/eventing-gitlab from 0.48.0 to 0.49.0
  • Fix #7723: bump knative.dev/eventing-kafka-broker from 0.48.3 to 0.49.0
  • Fix #7723: bump knative.dev/networking from 0.0.0-20260120131110-a7cdca238a0d to 0.0.0-20260422140718-e9578ef11562
  • Fix #7723: bump knative.dev/serving from 0.48.2 to 0.49.0
  • Fix #7580: bump kustomize/api from 0.20.1 to 0.21.1
  • Fix #7726: bump tektoncd/pipeline from 1.11.1 to 1.12.0
  • Fix #7552: bump tektoncd/triggers from 0.33.0 to 0.35.0
  • Fix #7556: bump eventing-kafka-broker from 0.46.2 to 0.48.1
  • Fix #7553: bump cert-manager from 1.19.4 to 1.20.0
  • Fix #7557: bump baremetal-operator/apis from 0.9.2 to 0.12.2
  • Fix #7544: bump cluster-api-provider-metal3 from 1.9.3 to 1.12.2
  • Fix #7543: bump prometheus-operator from 0.85.0 to 0.89.0
  • Fix #7542: bump open-cluster-management.io/api from 0.16.2 to 1.2.0

... (truncated)

Commits
  • 3f86038 [RELEASE] Updated project version to v7.7.0
  • 6244ed1 chore(changelog): catch up 7.7-SNAPSHOT with missed fixes and vertx bumps
  • b567ffe fix(mockwebserver): broaden #7756 diagnostics for WS post-upgrade hang
  • 290ce06 test(kubernetes-client): stabilize PortForwarderWebsocketListenerTest.onOpen_...
  • 6ef706b fix(mockwebserver): log state on WebSocketSession.send exception (#7756)
  • 890b3b5 chore(deps): bump kin-openapi from 0.137.0 to 0.138.0 (7758)
  • dc1e7f1 doc(java-generator): add configuration examples for plugin options (7383)
  • a2c7191 chore(deps): bump the metal3-io group (7754)
  • 3cc2f3c chore(deps): bump open-cluster-management.io/api from 1.2.0 to 1.3.0 (7753)
  • c1407fa feat: add isSameResource on HasMetadata (7426)
  • Additional commits viewable in compare view

Updates io.fabric8:kubernetes-model-core from 7.6.1 to 7.7.0

Updates io.fabric8:kubernetes-client-api from 7.6.1 to 7.7.0

Release notes

Sourced from io.fabric8:kubernetes-client-api's releases.

7.7.0 (2026-05-12)

Bugs

  • Fix

Bumps the dependencies group with 32 updates:

| Package | From | To |
| --- | --- | --- |
| [io.fabric8:kubernetes-client-bom-with-deps](https://github.com/fabric8io/kubernetes-client) | `7.6.1` | `7.7.0` |
| [io.fabric8:openshift-client](https://github.com/fabric8io/kubernetes-client) | `7.6.1` | `7.7.0` |
| io.fabric8:kubernetes-model-common | `7.6.1` | `7.7.0` |
| [io.fabric8:generator-annotations](https://github.com/fabric8io/kubernetes-client) | `7.6.1` | `7.7.0` |
| io.fabric8:kubernetes-model-core | `7.6.1` | `7.7.0` |
| [io.fabric8:kubernetes-client-api](https://github.com/fabric8io/kubernetes-client) | `7.6.1` | `7.7.0` |
| io.fabric8:kubernetes-model-apps | `7.6.1` | `7.7.0` |
| io.fabric8:kubernetes-model-rbac | `7.6.1` | `7.7.0` |
| io.fabric8:openshift-model-operatorhub | `7.6.1` | `7.7.0` |
| [io.fabric8:openshift-client-api](https://github.com/fabric8io/kubernetes-client) | `7.6.1` | `7.7.0` |
| io.fabric8:kubernetes-model-batch | `7.6.1` | `7.7.0` |
| io.fabric8:java-generator-maven-plugin | `7.6.1` | `7.7.0` |
| [io.qameta.allure:allure-bom](https://github.com/allure-framework/allure-java) | `2.31.0` | `2.34.0` |
| [io.qameta.allure:allure-junit5](https://github.com/allure-framework/allure-java) | `2.31.0` | `2.34.0` |
| [io.qameta.allure:allure-java-commons](https://github.com/allure-framework/allure-java) | `2.31.0` | `2.34.0` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `6.0.1` | `6.0.3` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `6.0.1` | `6.0.3` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) | `6.0.1` | `6.0.3` |
| [org.junit.platform:junit-platform-commons](https://github.com/junit-team/junit-framework) | `6.0.1` | `6.0.3` |
| [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) | `6.0.1` | `6.0.3` |
| [org.junit.platform:junit-platform-engine](https://github.com/junit-team/junit-framework) | `6.0.1` | `6.0.3` |
| [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.5.4` | `3.5.5` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.20.0` | `1.22.0` |
| org.slf4j:slf4j-api | `2.0.17` | `2.0.18` |
| org.apache.logging.log4j:log4j-slf4j2-impl | `2.25.3` | `2.26.0` |
| org.apache.logging.log4j:log4j-api | `2.25.3` | `2.26.0` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.14.1` | `3.15.0` |
| [io.qameta.allure:allure-maven](https://github.com/allure-framework/allure-maven) | `2.16.1` | `3.0.1` |
| [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.9.0` | `3.10.0` |
| [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) | `4.9.8.1` | `4.9.8.3` |
| [io.github.download-maven-plugin:download-maven-plugin](https://github.com/download-maven-plugin/download-maven-plugin) | `2.0.0` | `2.1.0` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.6.2` | `3.6.3` |


Updates `io.fabric8:kubernetes-client-bom-with-deps` from 7.6.1 to 7.7.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.6.1...v7.7.0)

Updates `io.fabric8:openshift-client` from 7.6.1 to 7.7.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.6.1...v7.7.0)

Updates `io.fabric8:kubernetes-model-common` from 7.6.1 to 7.7.0

Updates `io.fabric8:generator-annotations` from 7.6.1 to 7.7.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.6.1...v7.7.0)

Updates `io.fabric8:kubernetes-model-core` from 7.6.1 to 7.7.0

Updates `io.fabric8:kubernetes-client-api` from 7.6.1 to 7.7.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.6.1...v7.7.0)

Updates `io.fabric8:kubernetes-model-apps` from 7.6.1 to 7.7.0

Updates `io.fabric8:kubernetes-model-rbac` from 7.6.1 to 7.7.0

Updates `io.fabric8:openshift-model-operatorhub` from 7.6.1 to 7.7.0

Updates `io.fabric8:openshift-client-api` from 7.6.1 to 7.7.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.6.1...v7.7.0)

Updates `io.fabric8:kubernetes-model-batch` from 7.6.1 to 7.7.0

Updates `io.fabric8:java-generator-maven-plugin` from 7.6.1 to 7.7.0

Updates `io.qameta.allure:allure-bom` from 2.31.0 to 2.34.0
- [Release notes](https://github.com/allure-framework/allure-java/releases)
- [Commits](allure-framework/allure-java@2.31.0...2.34.0)

Updates `io.qameta.allure:allure-junit5` from 2.31.0 to 2.34.0
- [Release notes](https://github.com/allure-framework/allure-java/releases)
- [Commits](allure-framework/allure-java@2.31.0...2.34.0)

Updates `io.qameta.allure:allure-java-commons` from 2.31.0 to 2.34.0
- [Release notes](https://github.com/allure-framework/allure-java/releases)
- [Commits](allure-framework/allure-java@2.31.0...2.34.0)

Updates `io.fabric8:openshift-client` from 7.6.1 to 7.7.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.6.1...v7.7.0)

Updates `io.fabric8:kubernetes-model-common` from 7.6.1 to 7.7.0

Updates `io.fabric8:generator-annotations` from 7.6.1 to 7.7.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.6.1...v7.7.0)

Updates `io.fabric8:kubernetes-model-core` from 7.6.1 to 7.7.0

Updates `io.fabric8:kubernetes-client-api` from 7.6.1 to 7.7.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.6.1...v7.7.0)

Updates `io.fabric8:kubernetes-model-apps` from 7.6.1 to 7.7.0

Updates `io.fabric8:kubernetes-model-rbac` from 7.6.1 to 7.7.0

Updates `io.fabric8:openshift-model-operatorhub` from 7.6.1 to 7.7.0

Updates `io.fabric8:openshift-client-api` from 7.6.1 to 7.7.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v7.6.1...v7.7.0)

Updates `io.fabric8:kubernetes-model-batch` from 7.6.1 to 7.7.0

Updates `org.junit.jupiter:junit-jupiter-engine` from 6.0.1 to 6.0.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.3)

Updates `org.junit.jupiter:junit-jupiter-api` from 6.0.1 to 6.0.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.3)

Updates `org.junit.jupiter:junit-jupiter-params` from 6.0.1 to 6.0.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.3)

Updates `org.junit.platform:junit-platform-commons` from 6.0.1 to 6.0.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.3)

Updates `org.junit.platform:junit-platform-launcher` from 6.0.1 to 6.0.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.3)

Updates `org.junit.platform:junit-platform-engine` from 6.0.1 to 6.0.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.3)

Updates `org.junit.jupiter:junit-jupiter-api` from 6.0.1 to 6.0.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.3)

Updates `org.junit.jupiter:junit-jupiter-params` from 6.0.1 to 6.0.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.3)

Updates `org.junit.platform:junit-platform-commons` from 6.0.1 to 6.0.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.3)

Updates `org.junit.platform:junit-platform-launcher` from 6.0.1 to 6.0.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.3)

Updates `org.junit.platform:junit-platform-engine` from 6.0.1 to 6.0.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.3)

Updates `io.qameta.allure:allure-junit5` from 2.31.0 to 2.34.0
- [Release notes](https://github.com/allure-framework/allure-java/releases)
- [Commits](allure-framework/allure-java@2.31.0...2.34.0)

Updates `io.qameta.allure:allure-java-commons` from 2.31.0 to 2.34.0
- [Release notes](https://github.com/allure-framework/allure-java/releases)
- [Commits](allure-framework/allure-java@2.31.0...2.34.0)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.4 to 3.5.5
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.4...surefire-3.5.5)

Updates `commons-codec:commons-codec` from 1.20.0 to 1.22.0
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.20.0...rel/commons-codec-1.22.0)

Updates `org.slf4j:slf4j-api` from 2.0.17 to 2.0.18

Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.25.3 to 2.26.0

Updates `org.apache.logging.log4j:log4j-api` from 2.25.3 to 2.26.0

Updates `org.apache.logging.log4j:log4j-api` from 2.25.3 to 2.26.0

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.1 to 3.15.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.1...maven-compiler-plugin-3.15.0)

Updates `io.qameta.allure:allure-maven` from 2.16.1 to 3.0.1
- [Release notes](https://github.com/allure-framework/allure-maven/releases)
- [Commits](allure-framework/allure-maven@2.16.1...3.0.1)

Updates `org.apache.maven.plugins:maven-dependency-plugin` from 3.9.0 to 3.10.0
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.9.0...maven-dependency-plugin-3.10.0)

Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.9.8.1 to 4.9.8.3
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.8.1...spotbugs-maven-plugin-4.9.8.3)

Updates `io.fabric8:java-generator-maven-plugin` from 7.6.1 to 7.7.0

Updates `io.github.download-maven-plugin:download-maven-plugin` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/download-maven-plugin/download-maven-plugin/releases)
- [Commits](download-maven-plugin/download-maven-plugin@2.0.0...2.1.0)

Updates `org.codehaus.mojo:exec-maven-plugin` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@3.6.2...3.6.3)

---
updated-dependencies:
- dependency-name: io.fabric8:kubernetes-client-bom-with-deps
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:openshift-client
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-model-common
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:generator-annotations
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-model-core
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-client-api
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-model-apps
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-model-rbac
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:openshift-model-operatorhub
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:openshift-client-api
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-model-batch
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:java-generator-maven-plugin
  dependency-version: 7.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.qameta.allure:allure-bom
  dependency-version: 2.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.qameta.allure:allure-junit5
  dependency-version: 2.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.qameta.allure:allure-java-commons
  dependency-version: 2.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:openshift-client
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-model-common
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:generator-annotations
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-model-core
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-client-api
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-model-apps
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-model-rbac
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:openshift-model-operatorhub
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:openshift-client-api
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.fabric8:kubernetes-model-batch
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.platform:junit-platform-commons
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.platform:junit-platform-engine
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.platform:junit-platform-commons
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.platform:junit-platform-engine
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.qameta.allure:allure-junit5
  dependency-version: 2.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.qameta.allure:allure-java-commons
  dependency-version: 2.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-version: 3.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: commons-codec:commons-codec
  dependency-version: 1.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.slf4j:slf4j-api
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-version: 2.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-version: 2.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-version: 2.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.qameta.allure:allure-maven
  dependency-version: 3.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-version: 3.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
  dependency-version: 4.9.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.fabric8:java-generator-maven-plugin
  dependency-version: 7.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.github.download-maven-plugin:download-maven-plugin
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-version: 3.6.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants