Skip to content

Commit

Permalink
Fix jackson dependency for velocity launch (#4118)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konicai authored Sep 12, 2023
1 parent 9a8015e commit 8a12878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ base-api = "1.0.0-SNAPSHOT"
cumulus = "1.1.2"
erosion = "1.0-20230406.174837-8"
events = "1.1-SNAPSHOT"
jackson = "2.14.0"
jackson = { strictly = "2.14.0" } # Don't let other dependencies override
fastutil = "8.5.2"
netty = "4.1.80.Final"
guava = "29.0-jre"
Expand Down

0 comments on commit 8a12878

Please sign in to comment.