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 2024/01/31 13:18:49 UTC

(camel) branch main updated: Bump com.google.api-client:google-api-client from 2.2.0 to 2.3.0 (#12963)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2cffd12e6fd Bump com.google.api-client:google-api-client from 2.2.0 to 2.3.0 (#12963)
2cffd12e6fd is described below

commit 2cffd12e6fd6f307c3fb6f7fe1a9b4fdcf3589fc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 31 14:18:43 2024 +0100

    Bump com.google.api-client:google-api-client from 2.2.0 to 2.3.0 (#12963)
    
    Bumps [com.google.api-client:google-api-client](https://github.com/googleapis/google-api-java-client) from 2.2.0 to 2.3.0.
    - [Release notes](https://github.com/googleapis/google-api-java-client/releases)
    - [Changelog](https://github.com/googleapis/google-api-java-client/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/googleapis/google-api-java-client/compare/v2.2.0...v2.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.api-client:google-api-client
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2762fe13f52..211772b25a4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -170,7 +170,7 @@
         <jakarta-jws-api-version>3.0.0</jakarta-jws-api-version>
         <gmavenplus-plugin-version>3.0.2</gmavenplus-plugin-version>
         <google-auth-library-oauth2-http-version>1.22.0</google-auth-library-oauth2-http-version>
-        <google-api-client-version>2.2.0</google-api-client-version>
+        <google-api-client-version>2.3.0</google-api-client-version>
         <google-api-services-drive-version>v3-rev20240123-2.0.0</google-api-services-drive-version>
         <google-api-services-calendar-version>v3-rev20240111-2.0.0</google-api-services-calendar-version>
         <google-api-services-sheets-version>v4-rev20230815-2.0.0</google-api-services-sheets-version>