From 8e66b75d38d3801035cd22c64917c35550ce930f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 17:29:16 +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" ) )