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 b64b3511e chore(deps): bump fabric8-version from 6.12.0 to 6.12.1 in /java/crds b64b3511e is described below commit b64b3511e4a62baea1e19bd3b2b20e3371a91df0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Apr 22 00:47:46 2024 +0000 chore(deps): bump fabric8-version from 6.12.0 to 6.12.1 in /java/crds Bumps `fabric8-version` from 6.12.0 to 6.12.1. Updates `io.fabric8:kubernetes-client-bom-with-deps` from 6.12.0 to 6.12.1 - [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.12.0...v6.12.1) Updates `io.fabric8:java-generator-maven-plugin` from 6.12.0 to 6.12.1 --- updated-dependencies: - dependency-name: io.fabric8:kubernetes-client-bom-with-deps dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.fabric8:java-generator-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... 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 ac277d647..0cdefcc51 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.12.0</fabric8-version> + <fabric8-version>6.12.1</fabric8-version> <maven-surefire-plugin-version>3.2.5</maven-surefire-plugin-version> </properties>