Skip to content

Commit

Permalink
chore(deps): update dependency com.auth0:java-jwt to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and edalex-ian committed Sep 6, 2023
1 parent fbe5fa5 commit 208182a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Server/equellaserver/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ libraryDependencies ++= Seq(

// Libraries needed for JWT validation in LTI 1.3 / OpenID connect
libraryDependencies ++= Seq(
"com.auth0" % "java-jwt" % "4.3.0",
"com.auth0" % "java-jwt" % "4.4.0",
"com.auth0" % "jwks-rsa" % "0.22.1"
)

Expand Down

0 comments on commit 208182a

Please sign in to comment.