File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed
google-cloud-spanner-executor Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 4949 <dependency >
5050 <groupId >com.google.protobuf</groupId >
5151 <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 >
5260 </dependency >
5361 <dependency >
5462 <groupId >com.google.api.grpc</groupId >
8290 <groupId >com.google.api.grpc</groupId >
8391 <artifactId >proto-google-cloud-spanner-executor-v1</artifactId >
8492 <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 >
85101 </dependency >
86102 <dependency >
87103 <groupId >com.google.guava</groupId >
Original file line number Diff line number Diff line change 191191 <dependency >
192192 <groupId >com.google.protobuf</groupId >
193193 <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 >
194202 </dependency >
195203 <dependency >
196204 <groupId >com.google.api.grpc</groupId >
Original file line number Diff line number Diff line change 5454 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
5555 <github .global.server>github</github .global.server>
5656 <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>
5858 </properties >
5959
6060 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments