From f779fbaf2e68b841112e00a557f8eedf2f95afcd Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 12 Aug 2024 13:53:23 +0200 Subject: [PATCH] Update datastore-v1-proto-client to 2.21.0 (#1010) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ec83ac86..13d18547 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ val avroVersion = Option(sys.props("avro.version")).getOrElse("1.11.3") val bigqueryVersion = "v2-rev20240229-2.0.0" val bigtableVersion = "2.41.0" val catsVersion = "2.10.0" -val datastoreVersion = "2.20.2" +val datastoreVersion = "2.21.0" val guavaVersion = "33.2.1-jre" val hadoopVersion = "3.4.0" val jacksonVersion = "2.17.2"