From 39e7b7e9a6f46ac97ded57c536c24b63248bb434 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 21:33:43 +0000 Subject: [PATCH] Update dependency org.apache.thrift:libthrift to v0.19.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cb32d750c..5e0594112 100644 --- a/build.sbt +++ b/build.sbt @@ -190,7 +190,7 @@ lazy val zioSchemaThrift = crossProject(JSPlatform, JVMPlatform) .settings(buildInfoSettings("zio.schema.thrift")) .settings( libraryDependencies ++= Seq( - "org.apache.thrift" % "libthrift" % "0.16.0" + "org.apache.thrift" % "libthrift" % "0.19.0" ) )