From c83822f348e4f0a5bc07eb1002c589eab4654784 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 28 May 2024 12:01:55 +0200 Subject: [PATCH] Update zstd-jni to 1.5.6-3 (#5375) Co-authored-by: Michel Davit --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4451653b4c..36fe3a80ba 100644 --- a/build.sbt +++ b/build.sbt @@ -51,7 +51,7 @@ val jacksonVersion = "2.14.1" val jodaTimeVersion = "2.10.10" val nettyTcNativeVersion = "2.0.52.Final" val slf4jVersion = "1.7.30" -val zstdJniVersion = "1.5.2-5" +val zstdJniVersion = "1.5.6-3" // dependent versions val googleApiServicesBigQueryVersion = s"v2-rev20240229-$googleClientsVersion" val googleApiServicesDataflowVersion = s"v1b3-rev20240218-$googleClientsVersion" @@ -1774,6 +1774,7 @@ ThisBuild / dependencyOverrides ++= Seq( "com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion, "com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion, "com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonVersion, + "com.github.luben" % "zstd-jni" % zstdJniVersion, "com.google.api" % "api-common" % googleApiCommonVersion, "com.google.api" % "gax" % gaxVersion, "com.google.api" % "gax-grpc" % gaxVersion,