Open minnieshi opened 9 months ago
It's saying that for https://mvnrepository.com/artifact/com.fasterxml.jackson.module/jackson-module-scala_3/2.14.3 -- the jackson-databind dependency should also be 2.14.3.
For Play, it's probably better to upgrade everything to latest Jackson:
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.1",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.17.1",
Checklist
Description
using below jwks-rsa 0.22.1, scala 2.13.12
and play framework 3.0.1
when run the application,
sbt run
it has exceptions like beow
see more details:
I had to add below as work around:
inspired from this issue: https://github.com/jwt-scala/jwt-scala/issues/403
Qs:
Reproduction
see description add the dependency and playframework, run the application it hsa the run time error
Additional context
No response
jwks-rsa version
0.22.1
Java version
17.0.6