Skip to content

Commit a9afb22

Browse files
mattdickinson5jenkins
authored and
jenkins
committed
json4s: bump to 3.6.11
json4s: bump to 3.6.11 Differential Revision: https://phabricator.twitter.biz/D729764
1 parent 4e68dd0 commit a9afb22

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.rst

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Runtime Behavior Changes
3333

3434
* util: Bump version of Jackson to 2.11.4. ``PHAB_ID=D727879``
3535

36+
* util: Bump version of json4s to 3.6.11. ``PHAB_ID=D729764``
37+
3638
Breaking API Changes
3739
~~~~~~~~~~~~~~~~~~~~
3840

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ lazy val utilJackson = Project(
501501
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % jacksonVersion,
502502
"com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonVersion exclude ("com.google.guava", "guava"),
503503
"jakarta.validation" % "jakarta.validation-api" % "3.0.0",
504-
"org.json4s" %% "json4s-core" % "3.6.7",
504+
"org.json4s" %% "json4s-core" % "3.6.11",
505505
"com.fasterxml.jackson.core" % "jackson-annotations" % jacksonVersion % "test",
506506
scalacheckLib,
507507
"org.scalatestplus" %% "scalacheck-1-14" % "3.1.2.0" % "test",

0 commit comments

Comments
 (0)