From 27cfcb089edbd001248dfb578e848fdc91ee52ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 14:54:01 +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 c17b2c545..88d0216e9 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" ) )