From 653795e5d03462183ea6faaa9f0e96cc27afbbdb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Sep 2023 07:13:43 +0000 Subject: [PATCH] Update libthrift to 0.19.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c5172151..ebb0676e 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.19.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.19.0" exclude ("junit", "junit"), scroogeSerializer, util("core"), finagle("core")