From cff639a934711424d34734a1e2b6e208b39dfffc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 24 Mar 2024 19:13:27 +0000 Subject: [PATCH] Update libthrift to 0.20.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c5172151..cfd6b4a9 100644 --- a/build.sbt +++ b/build.sbt @@ -257,7 +257,7 @@ lazy val bijectionThrift = { .settings( osgiExportAll("com.twitter.bijection.thrift"), libraryDependencies ++= Seq( - "org.apache.thrift" % "libthrift" % "0.16.0" exclude ("junit", "junit"), + "org.apache.thrift" % "libthrift" % "0.20.0" exclude ("junit", "junit"), jsonParser ) ) @@ -289,7 +289,7 @@ lazy val bijectionScrooge = { .settings( osgiExportAll("com.twitter.bijection.scrooge"), libraryDependencies ++= Seq( - "org.apache.thrift" % "libthrift" % "0.16.0" exclude ("junit", "junit"), + "org.apache.thrift" % "libthrift" % "0.20.0" exclude ("junit", "junit"), scroogeSerializer, util("core"), finagle("core")