This is an automated email from the ASF dual-hosted git repository.
apupier 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 bb7fa8e823c1 chore(deps): Bump google-auth-library-oauth2-http-version
bb7fa8e823c1 is described below
commit bb7fa8e823c1a8619732981de43a06023fd973d7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 6 14:14:01 2026 +0000
chore(deps): Bump google-auth-library-oauth2-http-version
Bumps `google-auth-library-oauth2-http-version` from 1.42.1 to 1.43.0.
Updates `com.google.auth:google-auth-library-oauth2-http` from 1.42.1 to
1.43.0
Updates `com.google.auth:google-auth-library-credentials` from 1.42.1 to
1.43.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.42.1...v1.43.0)
---
updated-dependencies:
- dependency-name: com.google.auth:google-auth-library-oauth2-http
dependency-version: 1.43.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.google.auth:google-auth-library-credentials
dependency-version: 1.43.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Aurélien Pupier <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index df956e5060bb..cade4908df70 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -203,7 +203,7 @@
<jaxb-xjc-version>4.0.6</jaxb-xjc-version>
<jaxb-jxc-version>4.0.6</jaxb-jxc-version>
<gmavenplus-plugin-version>4.3.1</gmavenplus-plugin-version>
-
<google-auth-library-oauth2-http-version>1.42.1</google-auth-library-oauth2-http-version>
+
<google-auth-library-oauth2-http-version>1.43.0</google-auth-library-oauth2-http-version>
<google-api-client-version>2.8.1</google-api-client-version>
<google-api-services-drive-version>v3-rev20251210-2.0.0</google-api-services-drive-version>
<google-api-services-calendar-version>v3-rev20251207-2.0.0</google-api-services-calendar-version>