File tree 4 files changed +31
-19
lines changed
gapic-generator-java-pom-parent
java-iam/samples/cloud-client/snippets
4 files changed +31
-19
lines changed Original file line number Diff line number Diff line change 23
23
<dependencies >
24
24
<!-- Major external dependencies -->
25
25
<dependency >
26
- <groupId >io.grpc</groupId >
27
- <artifactId >grpc-bom</artifactId >
28
- <version >${grpc.version} </version >
26
+ <groupId >com.google.auth</groupId >
27
+ <artifactId >google-auth-library-bom</artifactId >
28
+ <version >${google.auth.version} </version >
29
+ <type >pom</type >
30
+ <scope >import</scope >
31
+ </dependency >
32
+ <dependency >
33
+ <groupId >com.google.code.gson</groupId >
34
+ <artifactId >gson</artifactId >
35
+ <version >${gson.version} </version >
36
+ </dependency >
37
+ <dependency >
38
+ <groupId >com.google.guava</groupId >
39
+ <artifactId >guava-bom</artifactId >
40
+ <version >${guava.version} </version >
29
41
<type >pom</type >
30
42
<scope >import</scope >
31
43
</dependency >
36
48
<type >pom</type >
37
49
<scope >import</scope >
38
50
</dependency >
51
+ <dependency >
52
+ <groupId >io.grpc</groupId >
53
+ <artifactId >grpc-bom</artifactId >
54
+ <version >${grpc.version} </version >
55
+ <type >pom</type >
56
+ <scope >import</scope >
57
+ </dependency >
39
58
40
59
<!-- Libraries published from this repositories -->
41
60
<dependency >
Original file line number Diff line number Diff line change 27
27
consistent across modules in this repository -->
28
28
<javax .annotation-api.version>1.3.2</javax .annotation-api.version>
29
29
<grpc .version>1.51.1</grpc .version>
30
+ <google .auth.version>1.14.0</google .auth.version>
31
+ <gson .version>2.10</gson .version>
30
32
<guava .version>31.1-jre</guava .version>
31
33
<protobuf .version>3.21.10</protobuf .version>
32
34
</properties >
Original file line number Diff line number Diff line change 61
61
</dependency >
62
62
<dependency >
63
63
<groupId >com.google.auth</groupId >
64
- <artifactId >google-auth-library-credentials</artifactId >
65
- <version >1.13.0</version >
64
+ <artifactId >google-auth-library-bom</artifactId >
65
+ <version >${google.auth.version} </version >
66
+ <type >pom</type >
67
+ <scope >import</scope >
66
68
</dependency >
67
69
<dependency >
68
70
<groupId >org.threeten</groupId >
69
71
<artifactId >threetenbp</artifactId >
70
72
<version >1.6.5</version >
71
73
</dependency >
72
- <dependency >
73
- <groupId >com.google.auth</groupId >
74
- <artifactId >google-auth-library-oauth2-http</artifactId >
75
- <version >1.13.0</version >
76
- <exclusions >
77
- <exclusion >
78
- <groupId >com.google.errorprone</groupId >
79
- <artifactId >error_prone_annotations</artifactId >
80
- </exclusion >
81
- </exclusions >
82
- </dependency >
83
74
<dependency >
84
75
<groupId >com.google.code.findbugs</groupId >
85
76
<artifactId >jsr305</artifactId >
88
79
<dependency >
89
80
<groupId >com.google.guava</groupId >
90
81
<artifactId >guava</artifactId >
91
- <version >31.1-jre </version >
82
+ <version >${guava.version} </version >
92
83
<exclusions >
93
84
<exclusion >
94
85
<groupId >com.google.errorprone</groupId >
153
144
<dependency >
154
145
<groupId >com.google.code.gson</groupId >
155
146
<artifactId >gson</artifactId >
156
- <version >2.10 </version >
147
+ <version >${gson.version} </version >
157
148
</dependency >
158
149
<dependency >
159
150
<groupId >org.graalvm.sdk</groupId >
Original file line number Diff line number Diff line change 31
31
<dependency >
32
32
<groupId >com.google.auth</groupId >
33
33
<artifactId >google-auth-library-oauth2-http</artifactId >
34
- <version >1.13 .0</version >
34
+ <version >1.14 .0</version >
35
35
</dependency >
36
36
<dependency >
37
37
<groupId >com.google.http-client</groupId >
You can’t perform that action at this time.
0 commit comments