You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/12/14 08:38:34 UTC

(camel) branch main updated: Bump com.google.auth:google-auth-library-oauth2-http (#12445)

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

davsclaus 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 21d16ba41a1 Bump com.google.auth:google-auth-library-oauth2-http (#12445)
21d16ba41a1 is described below

commit 21d16ba41a1e7883db07221a13a8f7fb8905e3fc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 14 09:38:28 2023 +0100

    Bump com.google.auth:google-auth-library-oauth2-http (#12445)
    
    Bumps com.google.auth:google-auth-library-oauth2-http from 1.19.0 to 1.20.0.
    
    ---
    updated-dependencies:
    - dependency-name: com.google.auth:google-auth-library-oauth2-http
      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 39c29c3a1c7..48bfe815580 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -167,7 +167,7 @@
         <jakarta-transaction-api-version>2.0.1</jakarta-transaction-api-version>
         <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.19.0</google-auth-library-oauth2-http-version>
+        <google-auth-library-oauth2-http-version>1.20.0</google-auth-library-oauth2-http-version>
         <google-api-client-version>2.2.0</google-api-client-version>
         <google-api-services-drive-version>v3-rev20230610-2.0.0</google-api-services-drive-version>
         <google-api-services-calendar-version>v3-rev20231123-2.0.0</google-api-services-calendar-version>