From 245cf8a330bd9964fb21def404c4f5801415c1bb Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:17:43 +0200 Subject: [PATCH] Update datastore-v1-proto-client to 2.17.0 (#821) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5a22e867f..5238e5ca4 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ val avroVersion = Option(sys.props("avro.version")).getOrElse("1.11.2") val bigqueryVersion = "v2-rev20230812-2.0.0" val bigtableVersion = "2.27.0" val catsVersion = "2.10.0" -val datastoreVersion = "2.16.3" +val datastoreVersion = "2.17.0" val guavaVersion = "32.1.2-jre" val hadoopVersion = "3.3.6" val jacksonVersion = "2.15.2"