-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathdependencies.properties
38 lines (31 loc) · 1.75 KB
/
dependencies.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# This file is shared between gradle and bazel build scripts and exists to keep the dependencies
# configuration between the two build systems in sync.
# The properties format is the following:
# <dependency_type>[.<artifact_name>]=<value>
# Target workspace name: com_google_api_codegen
# Versions only, for dependencies which actual artifacts differ between Bazel and Gradle
version.com_google_protobuf=3.12.2
# Version of google-java-format is downgraded from 1.8 to 1.7, because 1.8 supports java 11 minimum, while our JRE is java 8.
version.google_java_format=1.7
version.com_google_api_common_java=1.9.3
# TODO(miraleung): Update this.
version.com_google_gax_java=1.58.3
version.io_grpc_java=1.30.2
# Common deps.
maven.com_google_guava_guava=com.google.guava:guava:26.0-jre
maven.com_google_code_findbugs_jsr305=com.google.code.findbugs:jsr305:3.0.0
maven.com_google_auto_value_auto_value=com.google.auto.value:auto-value:1.7.2
maven.com_google_auto_value_auto_value_annotations=com.google.auto.value:auto-value-annotations:1.7.2
maven.com_google_protobuf_protobuf_java=com.google.protobuf:protobuf-java:3.12.2
maven.io_github_java_diff_utils=io.github.java-diff-utils:java-diff-utils:4.0
maven.javax_annotation_javax_annotation_api=javax.annotation:javax.annotation-api:1.3.2
maven.javax_validation_javax_validation_api=javax.validation:validation-api:2.0.1.Final
# Gapic YAML parsing for batching settings.
maven.org_yaml_snakeyaml=org.yaml:snakeyaml:1.26
# ServiceStubSettings class. Used only in generated code.
maven.org_threeten_threetenbp=org.threeten:threetenbp:1.3.3
# Testing.
maven.junit_junit=junit:junit:4.13
maven.org_mockito_mockito_core=org.mockito:mockito-core:2.21.0
# Keep in sync with gax-java.
maven.com_google_truth_truth=com.google.truth:truth:1.0