This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push: new f86678f1 Bump fabric8-version from 6.13.4 to 7.1.0 (#2375) f86678f1 is described below commit f86678f1b75ac6dd64797ec76904f54dcf51824e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sun Feb 2 11:45:28 2025 +0100 Bump fabric8-version from 6.13.4 to 7.1.0 (#2375) Bumps `fabric8-version` from 6.13.4 to 7.1.0. Updates `io.fabric8:kubernetes-client-bom-with-deps` from 6.13.4 to 7.1.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.1.0) Updates `io.fabric8:java-generator-maven-plugin` from 6.13.4 to 7.1.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- library/camel-kamelets-crds/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets-crds/pom.xml b/library/camel-kamelets-crds/pom.xml index e481322f..dfd43418 100644 --- a/library/camel-kamelets-crds/pom.xml +++ b/library/camel-kamelets-crds/pom.xml @@ -37,7 +37,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.1.0</fabric8-version> <maven-surefire-plugin-version>3.5.0</maven-surefire-plugin-version> </properties>