Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.33.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.3') {
implementation (group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.47.0') {
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 @@ -135,7 +135,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.3'
dependency group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.47.0'

dependency group: 'org.springframework.retry', name: 'spring-retry', version: springRetryVersion
dependency group: 'org.springframework', name: 'spring-context-support', version: springFrameworkVersion
Expand Down Expand Up @@ -196,7 +196,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.3'
implementation group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.47.0'
implementation group: 'com.google.auth', name: 'google-auth-library-oauth2-http', version: '1.33.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 @@ -144,7 +144,7 @@ dependencies {
}
implementation group: 'com.google.apis', name: 'google-api-services-storage', version: 'v1-rev20250312-2.0.0'
implementation group: 'com.google.auth', name: 'google-auth-library-oauth2-http', version: '1.33.1'
implementation group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.46.3'
implementation group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.47.0'
implementation (group: 'com.google.cloud', name: 'google-cloud-storage', version: '2.23.0') {
exclude group: "io.grpc"
}
Expand Down