From 5158918bfe7cd5db629d2437a540d6cd4d1bd2af Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:06:47 +0200 Subject: [PATCH] Update datastore-v1-proto-client to 2.21.2 (#1029) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a4a18884..4b51fdd4 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.43.0" val catsVersion = "2.12.0" -val datastoreVersion = "2.21.1" +val datastoreVersion = "2.21.2" val guavaVersion = "33.3.0-jre" val hadoopVersion = "3.4.0" val jacksonVersion = "2.17.2"