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/17 05:49:33 UTC

[camel-k] branch main updated: fix(ci): fabric8 deps update

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 17a4516a6 fix(ci): fabric8 deps update
17a4516a6 is described below

commit 17a4516a6874c08f757ea701eed8e3bee2e3101f
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>