Skip to content

Commit

Permalink
Merge branch 'main' into renovate/google.api-client.version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 authored Dec 11, 2024
2 parents 8a82c0a + d7b7dd9 commit f2f5308
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN sh compile-x86_64-alpine-linux.sh

FROM docker.io/library/python:3.13.1-alpine3.20@sha256:804ad02b9ba67ea1f8307eeb6407b121c6bd6bb19d3f182aae166821eb59d6a4 as final

ARG OWLBOT_CLI_COMMITTISH=8230b4e1b2f2f622b1d0fb158ed6ee3630255497
ARG OWLBOT_CLI_COMMITTISH=ae0a72f2c1e71b60c8758a2f389673dbae1c6b81
ARG PROTOC_VERSION=25.5
ARG GRPC_VERSION=1.69.0
ARG JAVA_FORMAT_VERSION=1.7
Expand Down
4 changes: 2 additions & 2 deletions gapic-generator-java-pom-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
consistent across modules in this repository -->
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
<grpc.version>1.69.0</grpc.version>
<google.auth.version>1.30.0</google.auth.version>
<google.http-client.version>1.45.2</google.http-client.version>
<google.auth.version>1.30.1</google.auth.version>
<google.http-client.version>1.45.3</google.http-client.version>
<gson.version>2.11.0</gson.version>
<guava.version>33.3.1-jre</guava.version>
<protobuf.version>3.25.5</protobuf.version>
Expand Down
8 changes: 4 additions & 4 deletions gax-java/dependencies.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ version.io_grpc=1.69.0
# 2) Replace all characters which are neither alphabetic nor digits with the underscore ('_') character
maven.com_google_api_grpc_proto_google_common_protos=com.google.api.grpc:proto-google-common-protos:2.49.0
maven.com_google_api_grpc_grpc_google_common_protos=com.google.api.grpc:grpc-google-common-protos:2.49.0
maven.com_google_auth_google_auth_library_oauth2_http=com.google.auth:google-auth-library-oauth2-http:1.30.0
maven.com_google_auth_google_auth_library_credentials=com.google.auth:google-auth-library-credentials:1.30.0
maven.com_google_auth_google_auth_library_oauth2_http=com.google.auth:google-auth-library-oauth2-http:1.30.1
maven.com_google_auth_google_auth_library_credentials=com.google.auth:google-auth-library-credentials:1.30.1
maven.io_opentelemetry_opentelemetry_api=io.opentelemetry:opentelemetry-api:1.45.0
maven.io_opencensus_opencensus_api=io.opencensus:opencensus-api:0.31.1
maven.io_opencensus_opencensus_contrib_grpc_metrics=io.opencensus:opencensus-contrib-grpc-metrics:0.31.1
Expand Down Expand Up @@ -71,8 +71,8 @@ maven.com_google_api_api_common=com.google.api:api-common:2.41.0
maven.org_threeten_threetenbp=org.threeten:threetenbp:1.7.0
maven.com_google_api_grpc_grpc_google_iam_v1=com.google.api.grpc:grpc-google-iam-v1:1.44.0
maven.com_google_api_grpc_proto_google_iam_v1=com.google.api.grpc:proto-google-iam-v1:1.44.0
maven.com_google_http_client_google_http_client=com.google.http-client:google-http-client:1.45.2
maven.com_google_http_client_google_http_client_gson=com.google.http-client:google-http-client-gson:1.45.2
maven.com_google_http_client_google_http_client=com.google.http-client:google-http-client:1.45.3
maven.com_google_http_client_google_http_client_gson=com.google.http-client:google-http-client-gson:1.45.3
maven.org_codehaus_mojo_animal_sniffer_annotations=org.codehaus.mojo:animal-sniffer-annotations:1.24
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.5
Expand Down

0 comments on commit f2f5308

Please sign in to comment.