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 90d2c862c14 chore(deps): Bump google-cloud-http-client-version from
1.45.3 to 1.46.0 (#17085)
90d2c862c14 is described below
commit 90d2c862c147ce287f642c5a692d36fff4934a42
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 7 07:51:28 2025 +0100
chore(deps): Bump google-cloud-http-client-version from 1.45.3 to 1.46.0
(#17085)
Bumps `google-cloud-http-client-version` from 1.45.3 to 1.46.0.
Updates `com.google.http-client:google-http-client` from 1.45.3 to 1.46.0
- [Release
notes](https://github.com/googleapis/google-http-java-client/releases)
-
[Changelog](https://github.com/googleapis/google-http-java-client/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/googleapis/google-http-java-client/compare/v1.45.3...v1.46.0)
Updates `com.google.http-client:google-http-client-jackson2` from 1.45.3 to
1.46.0
- [Release
notes](https://github.com/googleapis/google-http-java-client/releases)
-
[Changelog](https://github.com/googleapis/google-http-java-client/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/googleapis/google-http-java-client/compare/v1.45.3...v1.46.0)
Updates `com.google.http-client:google-http-client-gson` from 1.45.3 to
1.46.0
- [Release
notes](https://github.com/googleapis/google-http-java-client/releases)
-
[Changelog](https://github.com/googleapis/google-http-java-client/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/googleapis/google-http-java-client/compare/v1.45.3...v1.46.0)
Updates `com.google.http-client:google-http-client-apache-v2` from 1.45.3
to 1.46.0
- [Release
notes](https://github.com/googleapis/google-http-java-client/releases)
-
[Changelog](https://github.com/googleapis/google-http-java-client/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/googleapis/google-http-java-client/compare/v1.45.3...v1.46.0)
---
updated-dependencies:
- dependency-name: com.google.http-client:google-http-client
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.google.http-client:google-http-client-jackson2
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.google.http-client:google-http-client-gson
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.google.http-client:google-http-client-apache-v2
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 1fff455ed83..bda180ec007 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -190,7 +190,7 @@
<google-oauth-client-version>1.37.0</google-oauth-client-version>
<google-cloud-bom-version>26.54.0</google-cloud-bom-version>
<google-cloud-functions-bom-version>2.57.0</google-cloud-functions-bom-version>
-
<google-cloud-http-client-version>1.45.3</google-cloud-http-client-version>
+
<google-cloud-http-client-version>1.46.0</google-cloud-http-client-version>
<google-cloud-secretmanager-bom-version>2.55.0</google-cloud-secretmanager-bom-version>
<graaljs-version>24.1.2</graaljs-version>
<graphql-java-version>22.3</graphql-java-version>