From 3d2b0752b3f561733228d6040f22bf23b6c49f60 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 27 Jun 2025 18:39:16 +0000 Subject: [PATCH] Update libthrift to 0.22.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c5172151..dbfa6262 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.22.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.22.0" exclude ("junit", "junit"), scroogeSerializer, util("core"), finagle("core")