Skip to content

Commit 863c26e

Browse files
authored
fix(spanner): remove explicit tink version to resolve dependency convergence conflict (googleapis#13602)
This PR removes the explicit Tink version declaration inside `java-spanner/google-cloud-spanner/pom.xml` to allow it to use the managed version from `third-party-dependencies/pom.xml`. This resolves the dependency convergence check failures in the CI.
1 parent 2e0fed5 commit 863c26e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • java-spanner/google-cloud-spanner

java-spanner/google-cloud-spanner/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,6 @@
539539
<dependency>
540540
<groupId>com.google.crypto.tink</groupId>
541541
<artifactId>tink</artifactId>
542-
<version>1.13.0</version>
543542
</dependency>
544543
</dependencies>
545544
<profiles>

0 commit comments

Comments
 (0)