File tree 3 files changed +25
-1
lines changed
google-cloud-spanner-executor
3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 49
49
<dependency >
50
50
<groupId >com.google.protobuf</groupId >
51
51
<artifactId >protobuf-java-util</artifactId >
52
+ <!-- Temp exclusion. Remove next protobuf upgrade (to 3.23.3 or higher)
53
+ context: https://github.com/googleapis/sdk-platform-java/pull/1791#issuecomment-1601587713-->
54
+ <exclusions >
55
+ <exclusion >
56
+ <groupId >com.google.j2objc</groupId >
57
+ <artifactId >j2objc-annotations</artifactId >
58
+ </exclusion >
59
+ </exclusions >
52
60
</dependency >
53
61
<dependency >
54
62
<groupId >com.google.api.grpc</groupId >
82
90
<groupId >com.google.api.grpc</groupId >
83
91
<artifactId >proto-google-cloud-spanner-executor-v1</artifactId >
84
92
<version >1.4.0</version >
93
+ <!-- Temp exclusion. Remove next protobuf upgrade (to 3.23.3 or higher)
94
+ context: https://github.com/googleapis/sdk-platform-java/pull/1791#issuecomment-1601587713-->
95
+ <exclusions >
96
+ <exclusion >
97
+ <groupId >com.google.j2objc</groupId >
98
+ <artifactId >j2objc-annotations</artifactId >
99
+ </exclusion >
100
+ </exclusions >
85
101
</dependency >
86
102
<dependency >
87
103
<groupId >com.google.guava</groupId >
Original file line number Diff line number Diff line change 191
191
<dependency >
192
192
<groupId >com.google.protobuf</groupId >
193
193
<artifactId >protobuf-java-util</artifactId >
194
+ <!-- Temp exclusion. Remove next protobuf upgrade (to 3.23.3 or higher)
195
+ context: https://github.com/googleapis/sdk-platform-java/pull/1791#issuecomment-1601587713-->
196
+ <exclusions >
197
+ <exclusion >
198
+ <groupId >com.google.j2objc</groupId >
199
+ <artifactId >j2objc-annotations</artifactId >
200
+ </exclusion >
201
+ </exclusions >
194
202
</dependency >
195
203
<dependency >
196
204
<groupId >com.google.api.grpc</groupId >
Original file line number Diff line number Diff line change 54
54
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
55
55
<github .global.server>github</github .global.server>
56
56
<site .installationModule>google-cloud-spanner-parent</site .installationModule>
57
- <google .cloud.shared-dependencies.version>3.11 .0</google .cloud.shared-dependencies.version>
57
+ <google .cloud.shared-dependencies.version>3.12 .0</google .cloud.shared-dependencies.version>
58
58
</properties >
59
59
60
60
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments