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 0b0eb358e Bump Fabric8, use the BOM and dependabot
0b0eb358e is described below

commit 0b0eb358e99a6f203df0fdc71252000d57c56d75
Author: Andrea Peruffo <andrea.peruffo1...@gmail.com>
AuthorDate: Wed Jan 10 17:34:55 2024 +0000

    Bump Fabric8, use the BOM and dependabot
---
 .github/dependabot.yml | 4 ++++
 java/crds/pom.xml      | 6 +-----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index b279babc9..5d45c477c 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -30,3 +30,7 @@ updates:
       - dependency-name: "k8s.io/client-go"
       - dependency-name: "k8s.io/kubectl"
       - dependency-name: "sigs.k8s.io/controller-runtime"
+  - directory: "/java/crds"
+    package-ecosystem: "maven"
+    schedule:
+      interval: "weekly"
diff --git a/java/crds/pom.xml b/java/crds/pom.xml
index 99839e7aa..224e46940 100644
--- a/java/crds/pom.xml
+++ b/java/crds/pom.xml
@@ -36,9 +36,7 @@
     <maven.compiler.source>17</maven.compiler.source>
     <maven.compiler.target>17</maven.compiler.target>
 
-    <lombok-version>1.18.30</lombok-version>
-    <sundrio-version>0.103.0</sundrio-version>
-    <fabric8-version>6.9.2</fabric8-version>
+    <fabric8-version>6.10.0</fabric8-version>
     <maven-surefire-plugin-version>3.0.0-M8</maven-surefire-plugin-version>
   </properties>
 
@@ -91,13 +89,11 @@
     <dependency>
       <groupId>io.sundr</groupId>
       <artifactId>builder-annotations</artifactId>
-      <version>${sundrio-version}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.projectlombok</groupId>
       <artifactId>lombok</artifactId>
-      <version>${lombok-version}</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>

Reply via email to