Skip to content

Commit

Permalink
Bump com.google.http-client:google-http-client-jackson2
Browse files Browse the repository at this point in the history
Bumps [com.google.http-client:google-http-client-jackson2](https://github.com/googleapis/google-http-java-client) from 1.46.1 to 1.46.3.
- [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](googleapis/google-http-java-client@v1.46.1...v1.46.3)

---
updated-dependencies:
- dependency-name: com.google.http-client:google-http-client-jackson2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 25, 2025
1 parent 7196ae8 commit 0638a40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cloud-gcp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation (group: 'com.google.auth', name: 'google-auth-library-oauth2-http', version: '1.32.1') {
exclude group: 'com.google.http-client', module:'google-http-client'
}
implementation (group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.46.1') {
implementation (group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.46.3') {
exclude group: 'com.google.http-client', module:'google-http-client'
}
implementation (group: 'com.google.api-client', name: 'google-api-client', version: '2.7.2') {
Expand Down
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ dependencyManagement {
dependency group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: jacksonVersion
dependency group: 'activation', name: 'activation', version: '1.0.2'
dependency group: 'net.jcip', name: 'jcip-annotations', version: '1.0'
dependency group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.46.1'
dependency group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.46.3'

dependency group: 'org.springframework.retry', name: 'spring-retry', version: springRetryVersion
dependency group: 'org.springframework', name: 'spring-context-support', version: springFrameworkVersion
Expand Down Expand Up @@ -195,7 +195,7 @@ dependencies {

implementation group: 'com.dyngr', name: 'polling', version: dyngrPollingVersion
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: jacksonVersion
implementation group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.46.1'
implementation group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.46.3'
implementation group: 'com.google.auth', name: 'google-auth-library-oauth2-http', version: '1.32.1'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
implementation group: 'com.google.guava', name: 'guava', version: guavaVersion
Expand Down
2 changes: 1 addition & 1 deletion integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ dependencies {
}
implementation group: 'com.google.apis', name: 'google-api-services-storage', version: 'v1-rev20241206-2.0.0'
implementation group: 'com.google.auth', name: 'google-auth-library-oauth2-http', version: '1.32.1'
implementation group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.46.1'
implementation group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.46.3'
implementation (group: 'com.google.cloud', name: 'google-cloud-storage', version: '2.23.0') {
exclude group: "io.grpc"
}
Expand Down

0 comments on commit 0638a40

Please sign in to comment.