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.43.3 to 1.44.2.
- [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.43.3...v1.44.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 23, 2024
1 parent cf25ab7 commit 7cde0c1
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.23.0') {
exclude group: 'com.google.http-client', module:'google-http-client'
}
implementation (group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.43.3') {
implementation (group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.44.2') {
exclude group: 'com.google.http-client', module:'google-http-client'
}
implementation (group: 'com.google.api-client', name: 'google-api-client', version: '2.2.0') {
Expand Down
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,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.43.3'
dependency group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.44.2'

dependency group: 'org.springframework.retry', name: 'spring-retry', version: springRetryVersion
dependency group: 'org.springframework', name: 'spring-context-support', version: springFrameworkVersion
Expand Down Expand Up @@ -197,7 +197,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.43.3'
implementation group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.44.2'
implementation group: 'com.google.auth', name: 'google-auth-library-oauth2-http', version: '1.23.0'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.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 @@ -141,7 +141,7 @@ dependencies {
}
implementation group: 'com.google.apis', name: 'google-api-services-storage', version: 'v1-rev20230617-2.0.0'
implementation group: 'com.google.auth', name: 'google-auth-library-oauth2-http', version: '1.23.0'
implementation group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.43.3'
implementation group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.44.2'
implementation (group: 'com.google.cloud', name: 'google-cloud-storage', version: '2.39.0') {
exclude group: "io.grpc"
}
Expand Down

0 comments on commit 7cde0c1

Please sign in to comment.