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/07 15:36:00 UTC

(camel) branch main updated: Bump google-auth-library-oauth2-http-version from 1.5.3 to 1.20.0 (#12352)

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 85e7721c63f Bump google-auth-library-oauth2-http-version from 1.5.3 to 1.20.0 (#12352)
85e7721c63f is described below

commit 85e7721c63f1f54e9829487a00db13cd5c804a62
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 7 16:35:54 2023 +0100

    Bump google-auth-library-oauth2-http-version from 1.5.3 to 1.20.0 (#12352)
    
    Bumps `google-auth-library-oauth2-http-version` from 1.5.3 to 1.20.0.
    
    Updates `com.google.auth:google-auth-library-oauth2-http` from 1.5.3 to 1.20.0
    
    Updates `com.google.auth:google-auth-library-credentials` from 1.5.3 to 1.20.0
    - [Release notes](https://github.com/googleapis/google-auth-library-java/releases)
    - [Changelog](https://github.com/googleapis/google-auth-library-java/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/googleapis/google-auth-library-java/compare/v1.5.3...v1.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.auth:google-auth-library-oauth2-http
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.google.auth:google-auth-library-credentials
      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 c64be41d09e..816dddc5046 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -183,7 +183,7 @@
         <grizzly-websockets-version>2.4.4</grizzly-websockets-version>
         <grpc-version>1.59.1</grpc-version>
         <!-- keep grpc-google-auth-library-version in sync with that used by grpc-auth -->
-        <grpc-google-auth-library-version>1.5.3</grpc-google-auth-library-version>
+        <grpc-google-auth-library-version>1.20.0</grpc-google-auth-library-version>
         <grpc-java-jwt-version>4.4.0</grpc-java-jwt-version>
         <grpc-netty-tcnative-boringssl-static-version>2.0.59.Final</grpc-netty-tcnative-boringssl-static-version>
         <gson-version>2.10.1</gson-version>