Skip to content

Commit

Permalink
[cloudspanner] updates spanner client lib to 2.0.1 (brianfrankcooper#…
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagotnunes authored and roghnin committed Apr 13, 2022
1 parent 5a7b825 commit 9e3d59d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion cloudspanner/pom.xml
Expand Up @@ -48,6 +48,17 @@ LICENSE file.
<version>${project.version}</version>
<scope>provided</scope>
</dependency>


<dependency>
<groupId>io.perfmark</groupId>
<artifactId>perfmark-api</artifactId>
<version>0.23.0</version>
</dependency>
<dependency>
<groupId>io.perfmark</groupId>
<artifactId>perfmark-traceviewer</artifactId>
<version>0.23.0</version>
</dependency>

</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -118,7 +118,7 @@ LICENSE file.
<azurecosmos.version>2.2.3</azurecosmos.version>
<azurestorage.version>4.0.0</azurestorage.version>
<cassandra.cql.version>3.0.0</cassandra.cql.version>
<cloudspanner.version>0.36.0-beta</cloudspanner.version>
<cloudspanner.version>2.0.1</cloudspanner.version>
<couchbase.version>1.4.10</couchbase.version>
<couchbase2.version>2.3.1</couchbase2.version>
<crail.version>1.1-incubating</crail.version>
Expand Down

0 comments on commit 9e3d59d

Please sign in to comment.