From 43c1530706c3fd38f7333b676085a2e0de972f04 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 24 Sep 2024 17:02:47 +0000 Subject: [PATCH] Update libthrift to 0.21.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c5172151..b6a4f8b7 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.21.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.21.0" exclude ("junit", "junit"), scroogeSerializer, util("core"), finagle("core")