This is an automated email from the ASF dual-hosted git repository.
gfournier 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 a735079d6 chore(deps): bump fabric8-version from 6.11.0 to 6.12.0 in
/java/crds
a735079d6 is described below
commit a735079d6c09fe20609f34c00d9f2ed7ff9e2266
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 15 01:07:42 2024 +0000
chore(deps): bump fabric8-version from 6.11.0 to 6.12.0 in /java/crds
Bumps `fabric8-version` from 6.11.0 to 6.12.0.
Updates `io.fabric8:kubernetes-client-bom-with-deps` from 6.11.0 to 6.12.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.11.0...v6.12.0)
Updates `io.fabric8:java-generator-maven-plugin` from 6.11.0 to 6.12.0
---
updated-dependencies:
- dependency-name: io.fabric8:kubernetes-client-bom-with-deps
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.fabric8:java-generator-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
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 d59c0d6c3..ac277d647 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.11.0</fabric8-version>
+ <fabric8-version>6.12.0</fabric8-version>
<maven-surefire-plugin-version>3.2.5</maven-surefire-plugin-version>
</properties>