You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/10/16 15:06:49 UTC

[camel-k] branch release-2.1.x updated: fix(ci): fabric8 deps update

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch release-2.1.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-2.1.x by this push:
     new 0bab3b096 fix(ci): fabric8 deps update
0bab3b096 is described below

commit 0bab3b09619856142194ac8ca7747bd07203ff0f
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Oct 16 17:06:33 2023 +0200

    fix(ci): fabric8 deps update
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 8cc419432..7e008d7ac 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -35,7 +35,7 @@
     <maven.compiler.source>11</maven.compiler.source>
     <maven.compiler.target>11</maven.compiler.target>
 
-    <fabric8-version>6.4.1</fabric8-version>
+    <fabric8-version>6.9.0</fabric8-version>
     <maven-surefire-plugin-version>3.0.0-M8</maven-surefire-plugin-version>
   </properties>