File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 71
71
<dependency >
72
72
<groupId >com.google.cloud</groupId >
73
73
<artifactId >google-cloud-spanner-bom</artifactId >
74
- <version >3.0.5 </version >
74
+ <version >3.1.2 </version >
75
75
<type >pom</type >
76
76
<scope >import</scope >
77
77
</dependency >
105
105
<groupId >com.google.cloud</groupId >
106
106
<artifactId >google-cloud-spanner</artifactId >
107
107
</dependency >
108
+ <!-- TODO: Remove grpc-alts from here once it has been removed as a runtime dependency from java-spanner -->
109
+ <dependency >
110
+ <groupId >io.grpc</groupId >
111
+ <artifactId >grpc-alts</artifactId >
112
+ </dependency >
108
113
<dependency >
109
114
<groupId >com.google.protobuf</groupId >
110
115
<artifactId >protobuf-java</artifactId >
145
150
<groupId >com.google.api.grpc</groupId >
146
151
<artifactId >proto-google-cloud-spanner-v1</artifactId >
147
152
</dependency >
148
- <dependency >
149
- <groupId >com.google.api.grpc</groupId >
150
- <artifactId >proto-google-cloud-spanner-v1</artifactId >
151
- </dependency >
152
153
153
154
<!-- Test dependencies -->
154
155
<dependency >
295
296
<artifactId >maven-dependency-plugin</artifactId >
296
297
<configuration >
297
298
<ignoredUnusedDeclaredDependencies >
299
+ <!-- TODO: Remove grpc-alts from ignored list once it has been removed from java-spanner -->
300
+ <ignoredDependency >io.grpc:grpc-alts</ignoredDependency >
298
301
<ignoredDependency >com.google.api:gax-grpc</ignoredDependency >
299
302
<ignoredDependency >com.google.cloud:google-cloud-core-grpc</ignoredDependency >
300
303
<ignoredDependency >com.google.api.grpc:grpc-google-cloud-spanner-v1</ignoredDependency >
You canβt perform that action at this time.
0 commit comments