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 fa13c6ec1b57 chore(deps): Bump google-auth-library-oauth2-http-version
(#19565)
fa13c6ec1b57 is described below
commit fa13c6ec1b57b972bfe5c26e1839120139719458
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 15 09:32:11 2025 +0200
chore(deps): Bump google-auth-library-oauth2-http-version (#19565)
Bumps `google-auth-library-oauth2-http-version` from 1.39.1 to 1.40.0.
Updates `com.google.auth:google-auth-library-oauth2-http` from 1.39.1 to
1.40.0
Updates `com.google.auth:google-auth-library-credentials` from 1.39.1 to
1.40.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.39.1...v1.40.0)
---
updated-dependencies:
- dependency-name: com.google.auth:google-auth-library-oauth2-http
dependency-version: 1.40.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.google.auth:google-auth-library-credentials
dependency-version: 1.40.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@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 5bc84e1ae5c2..eb175d4dc5ed 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -211,7 +211,7 @@
<grizzly-websockets-version>2.4.4</grizzly-websockets-version>
<groovy-version>4.0.28</groovy-version>
<grpc-version>1.76.0</grpc-version>
-
<grpc-google-auth-library-version>1.39.1</grpc-google-auth-library-version>
+
<grpc-google-auth-library-version>1.40.0</grpc-google-auth-library-version>
<grpc-java-jwt-version>4.5.0</grpc-java-jwt-version>
<grpc-netty-tcnative-boringssl-static-version>2.0.59.Final</grpc-netty-tcnative-boringssl-static-version>
<gson-version>2.13.2</gson-version>