You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/10/18 10:24:43 UTC

[camel] branch CAMEL-20006 created (now 3a6e688b437)

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

acosentino pushed a change to branch CAMEL-20006
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 3a6e688b437 CAMEL-20006 - Upgrade Google Cloud Functions BOM to version 2.30.0

This branch includes the following new commits:

     new 3a6e688b437 CAMEL-20006 - Upgrade Google Cloud Functions BOM to version 2.30.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: CAMEL-20006 - Upgrade Google Cloud Functions BOM to version 2.30.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch CAMEL-20006
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 3a6e688b4372a5647a3feb7f6851f8edc3b7f340
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 18 12:24:16 2023 +0200

    CAMEL-20006 - Upgrade Google Cloud Functions BOM to version 2.30.0
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 29ee13f3bbc..c4de9d7a067 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -175,7 +175,7 @@
         <google-api-services-mail-version>v1-rev20230612-2.0.0</google-api-services-mail-version>
         <google-oauth-client-version>1.34.1</google-oauth-client-version>
         <google-cloud-bom-version>26.25.0</google-cloud-bom-version>
-        <google-cloud-functions-bom-version>2.26.0</google-cloud-functions-bom-version>
+        <google-cloud-functions-bom-version>2.30.0</google-cloud-functions-bom-version>
         <google-cloud-secretmanager-bom-version>2.28.0</google-cloud-secretmanager-bom-version>
         <graaljs-version>23.0.1</graaljs-version>
         <graphql-java-version>21.0</graphql-java-version>