Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jackson-module-scala to 2.13.4 #1574

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/src/main/scala/modules/scalaAkkaHttp.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object scalaAkkaHttp {
val catsVersion = "2.8.0"
val circeVersion = "0.14.2"
val hibernateVersion = "6.2.5.Final"
val jacksonVersion = "2.13.3"
val jacksonVersion = "2.13.4"
val javaxAnnotationVersion = "1.3.2"
val javaxElVersion = "3.0.0"
val jaxbApiVersion = "2.3.1"
Expand Down
2 changes: 1 addition & 1 deletion project/src/main/scala/modules/scalaDropwizard.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object scalaDropwizard {
val catsVersion = "2.8.0"
val dropwizardScalaVersion = "1.3.7-1"
val dropwizardVersion = "1.3.29"
val jacksonVersion = "2.13.3"
val jacksonVersion = "2.13.4"
val javaxAnnotationVersion = "1.3.2"
val jaxbApiVersion = "2.3.1"
val jerseyVersion = "2.25.1"
Expand Down