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.15.4 #391

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lock.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Compile / dependencyOverrides ++= {
"com.fasterxml.jackson.datatype" % "jackson-datatype-jdk8" % "2.11.4",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.11.4",
"com.fasterxml.jackson.module" % "jackson-module-parameter-names" % "2.11.4",
"com.fasterxml.jackson.module" % "jackson-module-scala_2.12" % "2.15.2",
"com.fasterxml.jackson.module" % "jackson-module-scala_2.12" % "2.15.4",
"com.github.ben-manes.caffeine" % "caffeine" % "2.8.8",
"com.github.ben-manes.caffeine" % "jcache" % "2.8.8",
"com.github.etaty" % "rediscala_2.12" % "1.9.0",
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ object Dependencies {

val jsoup = "org.jsoup" % "jsoup" % "1.16.1"

val jacksonModuleScala = "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.2"
val jacksonModuleScala = "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.4"

// ScribeJava, an OAuth lib, also works for OIDC (OpenID Connect).
// ScribeJava is listed by Microsoft as compatible with Azure,
Expand Down