Skip to content

Commit

Permalink
deps: update google http client dependencies to v1.43.1 (#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and lqiu96 committed Mar 14, 2023
1 parent 45bdea1 commit 5ef67e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gax-java/dependencies.properties
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ maven.com_google_api_api_common=com.google.api:api-common:2.6.2
maven.org_threeten_threetenbp=org.threeten:threetenbp:1.6.5
maven.com_google_api_grpc_grpc_google_iam_v1=com.google.api.grpc:grpc-google-iam-v1:1.9.2
maven.com_google_api_grpc_proto_google_iam_v1=com.google.api.grpc:proto-google-iam-v1:1.9.2
maven.com_google_http_client_google_http_client=com.google.http-client:google-http-client:1.43.0
maven.com_google_http_client_google_http_client_gson=com.google.http-client:google-http-client-gson:1.43.0
maven.com_google_http_client_google_http_client=com.google.http-client:google-http-client:1.43.1
maven.com_google_http_client_google_http_client_gson=com.google.http-client:google-http-client-gson:1.43.1
maven.org_codehaus_mojo_animal_sniffer_annotations=org.codehaus.mojo:animal-sniffer-annotations:1.22
maven.javax_annotation_javax_annotation_api=javax.annotation:javax.annotation-api:1.3.2
maven.org_graalvm_sdk=org.graalvm.sdk:graal-sdk:22.3.1
Expand Down
2 changes: 1 addition & 1 deletion gax-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-bom</artifactId>
<version>1.43.0</version>
<version>1.43.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 5ef67e9

Please sign in to comment.