File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ Runtime Behavior Changes
33
33
34
34
* util: Bump version of Jackson to 2.11.4. ``PHAB_ID=D727879 ``
35
35
36
+ * util: Bump version of json4s to 3.6.11. ``PHAB_ID=D729764 ``
37
+
36
38
Breaking API Changes
37
39
~~~~~~~~~~~~~~~~~~~~
38
40
Original file line number Diff line number Diff line change @@ -501,7 +501,7 @@ lazy val utilJackson = Project(
501
501
" com.fasterxml.jackson.datatype" % " jackson-datatype-jsr310" % jacksonVersion,
502
502
" com.fasterxml.jackson.module" %% " jackson-module-scala" % jacksonVersion exclude (" com.google.guava" , " guava" ),
503
503
" jakarta.validation" % " jakarta.validation-api" % " 3.0.0" ,
504
- " org.json4s" %% " json4s-core" % " 3.6.7 " ,
504
+ " org.json4s" %% " json4s-core" % " 3.6.11 " ,
505
505
" com.fasterxml.jackson.core" % " jackson-annotations" % jacksonVersion % " test" ,
506
506
scalacheckLib,
507
507
" org.scalatestplus" %% " scalacheck-1-14" % " 3.1.2.0" % " test" ,
You can’t perform that action at this time.
0 commit comments