From e618f8028ccbb61bbb17bb23cdaeb975dd3919ee Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 11 Jul 2023 18:53:59 +0200 Subject: [PATCH] Update datastore-v1-proto-client to 2.16.1 (#789) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index de7934fb0..61977cca6 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-rev20230520-2.0.0" val bigtableVersion = "2.24.1" val catsVersion = "2.9.0" -val datastoreVersion = "2.16.0" +val datastoreVersion = "2.16.1" val guavaVersion = "32.1.1-jre" val hadoopVersion = "3.3.6" val jacksonVersion = "2.15.2"