1# This file is shared between gradle and bazel build scripts and exists to keep the dependencies 2# configuration between the two build systems in sync. 3 4# The properties format is the following: 5# <dependency_type>.<artifact_name>=<value> 6 7# Target workspace name: com_google_api_gax_java 8 9# Versions of oneself 10# {x-version-update-start:gax:current} 11version.gax=2.27.0 12# {x-version-update-end} 13# {x-version-update-start:gax:current} 14version.gax_grpc=2.27.0 15# {x-version-update-end} 16# {x-version-update-start:gax:current} 17version.gax_bom=2.27.0 18# {x-version-update-end} 19# {x-version-update-start:gax-httpjson:current} 20version.gax_httpjson=0.112.0 21# {x-version-update-end} 22 23# Versions for dependencies which actual artifacts differ between Bazel and Gradle. 24# Gradle build depends on prebuilt maven artifacts, while Bazel build depends on Bazel workspaces 25# with the sources. 26version.com_google_protobuf=3.21.12 27version.google_java_format=1.15.0 28version.io_grpc=1.54.0 29 30# Maven artifacts. 31# Note, the actual name of each property matters (bazel build scripts depend on it). 32# It should be constructed the following way: 33# 1) Take full artifact id (including the group and classifier (if any) portions) and remove version portion. 34# 2) Replace all characters which are neither alphabetic nor digits with the underscore ('_') character 35maven.com_google_api_grpc_proto_google_common_protos=com.google.api.grpc:proto-google-common-protos:2.15.0 36maven.com_google_api_grpc_grpc_google_common_protos=com.google.api.grpc:grpc-google-common-protos:2.15.0 37maven.com_google_auth_google_auth_library_oauth2_http=com.google.auth:google-auth-library-oauth2-http:1.16.0 38maven.com_google_auth_google_auth_library_credentials=com.google.auth:google-auth-library-credentials:1.16.0 39maven.io_opencensus_opencensus_api=io.opencensus:opencensus-api:0.31.1 40maven.io_opencensus_opencensus_contrib_grpc_metrics=io.opencensus:opencensus-contrib-grpc-metrics:0.31.1 41maven.io_opencensus_opencensus_contrib_http_util=io.opencensus:opencensus-contrib-http-util:0.31.1 42maven.io_netty_netty_tcnative_boringssl_static=io.netty:netty-tcnative-boringssl-static:2.0.59.Final 43maven.io_netty_netty_handler=io.netty:netty-handler:4.1.90.Final 44maven.io_netty_netty_common=io.netty:netty-common:4.1.90.Final 45maven.io_netty_netty_codec_socks=io.netty:netty-codec-socks:4.1.90.Final 46maven.io_netty_netty_codec_http2=io.netty:netty-codec-http2:4.1.90.Final 47maven.io_netty_netty_codec_http=io.netty:netty-codec-http:4.1.90.Final 48maven.io_netty_netty_codec=io.netty:netty-codec:4.1.90.Final 49maven.io_netty_netty_buffer=io.netty:netty-buffer:4.1.90.Final 50maven.io_netty_netty_resolver=io.netty:netty-resolver:4.1.90.Final 51maven.io_netty_netty_transport=io.netty:netty-transport:4.1.90.Final 52maven.io_netty_netty_handler_proxy=io.netty:netty-handler-proxy:4.1.90.Final 53maven.io_netty_netty_transport_native_unix_common=io.netty:netty-transport-native-unix-common:4.1.90.Final 54maven.io_perfmark_perfmark_api=io.perfmark:perfmark-api:0.26.0 55maven.org_apache_tomcat_annotations_api=org.apache.tomcat:annotations-api:6.0.53 56maven.com_google_code_gson_gson=com.google.code.gson:gson:2.10.1 57maven.com_google_guava_guava=com.google.guava:guava:31.1-jre 58maven.com_google_guava_failureaccess=com.google.guava:failureaccess:1.0.1 59maven.org_apache_commons_commons_lang3=org.apache.commons:commons-lang3:3.12.0 60maven.com_google_android_annotations=com.google.android:annotations:4.1.1.4 61maven.com_google_code_findbugs_jsr305=com.google.code.findbugs:jsr305:3.0.2 62maven.com_google_errorprone_error_prone_annotations=com.google.errorprone:error_prone_annotations:2.18.0 63maven.com_google_j2objc_j2objc_annotations=com.google.j2objc:j2objc-annotations:1.3 64maven.com_google_auto_value_auto_value=com.google.auto.value:auto-value:1.10.1 65maven.com_google_auto_value_auto_value_annotations=com.google.auto.value:auto-value-annotations:1.10.1 66maven.com_google_api_api_common=com.google.api:api-common:2.7.0 67maven.org_threeten_threetenbp=org.threeten:threetenbp:1.6.8 68maven.com_google_api_grpc_grpc_google_iam_v1=com.google.api.grpc:grpc-google-iam-v1:1.10.0 69maven.com_google_api_grpc_proto_google_iam_v1=com.google.api.grpc:proto-google-iam-v1:1.10.0 70maven.com_google_http_client_google_http_client=com.google.http-client:google-http-client:1.43.1 71maven.com_google_http_client_google_http_client_gson=com.google.http-client:google-http-client-gson:1.43.1 72maven.org_codehaus_mojo_animal_sniffer_annotations=org.codehaus.mojo:animal-sniffer-annotations:1.23 73maven.javax_annotation_javax_annotation_api=javax.annotation:javax.annotation-api:1.3.2 74maven.org_graalvm_sdk=org.graalvm.sdk:graal-sdk:22.3.1 75 76# Testing maven artifacts 77maven.junit_junit=junit:junit:4.13.2 78maven.org_mockito_mockito_core=org.mockito:mockito-core:2.28.2 79maven.org_hamcrest_hamcrest_core=org.hamcrest:hamcrest-core:1.3 80maven.com_google_truth_truth=com.google.truth:truth:1.1.3 81maven.com_googlecode_java_diff_utils_diffutils=com.googlecode.java-diff-utils:diffutils:1.3.0 82maven.net_bytebuddy_byte_buddy=net.bytebuddy:byte-buddy:1.14.3 83maven.org_objenesis_objenesis=org.objenesis:objenesis:2.6 84