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

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new d2d78820c7 Add com.google.cloud:libraries-bom to Dependabot config
d2d78820c7 is described below

commit d2d78820c7fa7aa1b4cf08385866d3bdd84f559b
Author: James Netherton <[email protected]>
AuthorDate: Tue Feb 24 13:07:22 2026 +0000

    Add com.google.cloud:libraries-bom to Dependabot config
---
 .github/dependabot.yml                         | 1 +
 tooling/internal-dependency-management/pom.xml | 7 +++++++
 2 files changed, 8 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index b08cc764ce..5231d83eba 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -38,6 +38,7 @@ updates:
       - dependency-name: "io.quarkiverse.*:*"
       # Other third party extensions
       - dependency-name: "com.datastax.oss.quarkus:cassandra-quarkus-bom"
+      - dependency-name: "com.google.cloud:libraries-bom"
       - dependency-name: "com.hazelcast:quarkus-hazelcast-client-bom"
       - dependency-name: "com.squareup.okhttp3:okhttp"
       - dependency-name: "io.debezium:debezium-bom"
diff --git a/tooling/internal-dependency-management/pom.xml 
b/tooling/internal-dependency-management/pom.xml
index c7a7b4043a..e0190407e3 100644
--- a/tooling/internal-dependency-management/pom.xml
+++ b/tooling/internal-dependency-management/pom.xml
@@ -34,6 +34,13 @@
 
     <!-- The following dependencies are defined only to enable Dependabot to 
auto-update version properties in the root pom.xml. Primarily for things that 
@sync properties depend on -->
     <dependencies>
+        <dependency>
+            <groupId>com.google.cloud</groupId>
+            <artifactId>libraries-bom</artifactId>
+            <version>${google-cloud-libraries-bom.version}</version>
+            <type>pom</type>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>io.quarkiverse.amazonservices</groupId>
             <artifactId>quarkus-amazon-services-bom</artifactId>

Reply via email to