This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new b23c37356 chore(deps): bump fabric8-version from 6.13.4 to 7.0.0 in /java/crds b23c37356 is described below commit b23c37356f93df94a5422f660c672d14b6e9b0a6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Dec 9 00:47:45 2024 +0000 chore(deps): bump fabric8-version from 6.13.4 to 7.0.0 in /java/crds Bumps `fabric8-version` from 6.13.4 to 7.0.0. Updates `io.fabric8:kubernetes-client-bom-with-deps` from 6.13.4 to 7.0.0 - [Release notes](https://github.com/fabric8io/kubernetes-client/releases) - [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/fabric8io/kubernetes-client/compare/v6.13.4...v7.0.0) Updates `io.fabric8:java-generator-maven-plugin` from 6.13.4 to 7.0.0 --- updated-dependencies: - dependency-name: io.fabric8:kubernetes-client-bom-with-deps dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.fabric8:java-generator-maven-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> --- java/crds/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/crds/pom.xml b/java/crds/pom.xml index cba3a9411..545b2f6c3 100644 --- a/java/crds/pom.xml +++ b/java/crds/pom.xml @@ -35,7 +35,7 @@ <maven.compiler.source>17</maven.compiler.source> <maven.compiler.target>17</maven.compiler.target> - <fabric8-version>6.13.4</fabric8-version> + <fabric8-version>7.0.0</fabric8-version> <maven-surefire-plugin-version>3.5.2</maven-surefire-plugin-version> </properties>