Skip to content

Commit b58d4ee

Browse files
chore: remove temp exclusion (#2673)
* chore: remove temp exclusion * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 221bbb1 commit b58d4ee

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-spanner'
5757
If you are using Gradle without BOM, add this to your dependencies:
5858

5959
```Groovy
60-
implementation 'com.google.cloud:google-cloud-spanner:6.50.0'
60+
implementation 'com.google.cloud:google-cloud-spanner:6.50.1'
6161
```
6262

6363
If you are using SBT, add this to your dependencies:
6464

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.50.0"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.50.1"
6767
```
6868
<!-- {x-version-update-end} -->
6969

@@ -432,7 +432,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
432432
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-spanner/java11.html
433433
[stability-image]: https://img.shields.io/badge/stability-stable-green
434434
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-spanner.svg
435-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-spanner/6.50.0
435+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-spanner/6.50.1
436436
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
437437
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
438438
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

google-cloud-spanner-executor/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,6 @@
9090
<groupId>com.google.api.grpc</groupId>
9191
<artifactId>proto-google-cloud-spanner-executor-v1</artifactId>
9292
<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>
10193
</dependency>
10294
<dependency>
10395
<groupId>com.google.guava</groupId>

google-cloud-spanner/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -194,14 +194,6 @@
194194
<dependency>
195195
<groupId>com.google.protobuf</groupId>
196196
<artifactId>protobuf-java-util</artifactId>
197-
<!-- Temp exclusion. Remove next protobuf upgrade (to 3.23.3 or higher)
198-
context: https://github.com/googleapis/sdk-platform-java/pull/1791#issuecomment-1601587713-->
199-
<exclusions>
200-
<exclusion>
201-
<groupId>com.google.j2objc</groupId>
202-
<artifactId>j2objc-annotations</artifactId>
203-
</exclusion>
204-
</exclusions>
205197
</dependency>
206198
<dependency>
207199
<groupId>com.google.api.grpc</groupId>

0 commit comments

Comments
 (0)