Skip to content

Commit c5ea5ee

Browse files
Merge pull request #416 from pac4j/renovate/jackson-monorepo
Update dependency com.fasterxml.jackson.module:jackson-module-scala to v2.21.0
2 parents b9cd54e + 8cc70b6 commit c5ea5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ libraryDependencies ++= Seq(
3434
"org.pac4j" % "pac4j-couch" % pac4jVersion excludeAll (ExclusionRule(organization = "com.fasterxml.jackson.core")),
3535
"org.playframework" % "play-cache_3" % playVersion,
3636
"ch.qos.logback" % "logback-classic" % "1.5.25",
37-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.20.1",
37+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.21.0",
3838
"org.projectlombok" % "lombok" % "1.18.42",
3939
"org.springframework" % "spring-context" % "7.0.3"
4040
)

0 commit comments

Comments
 (0)