Skip to content

Commit

Permalink
deps: bump google-cloud-spanner from 6.27.0 to 6.28.0
Browse files Browse the repository at this point in the history
Bumps the Spanner client library to version 6.28.0 and adds bouncycastle
as a dependency, as that has been removed from the list of dependencies
of the client library.
  • Loading branch information
olavloite committed Aug 18, 2022
1 parent dc32af4 commit eb95f46
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
com.google.cloud.spanner.pgadapter.python.PythonTest
</excludedTests>

<spanner.version>6.27.0</spanner.version>
<spanner.version>6.28.0</spanner.version>
<junixsocket.version>2.5.1</junixsocket.version>
</properties>

Expand Down Expand Up @@ -110,6 +110,11 @@
<artifactId>maven-model</artifactId>
<version>3.8.6</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.70</version>
</dependency>

<!-- Test dependencies -->
<dependency>
Expand Down

0 comments on commit eb95f46

Please sign in to comment.