Skip to content

Commit

Permalink
upgrade jwt-scala
Browse files Browse the repository at this point in the history
Update Dependencies.scala
  • Loading branch information
pjfanning committed Oct 7, 2023
1 parent ce2b214 commit 6b422f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object Dependencies {
val PekkoGrpcBinaryVersion = "current"
val PekkoHttpVersion = "1.0.0"
val PekkoHttpBinaryVersion = "current"
val ScalaTestVersion = "3.2.14"
val ScalaTestVersion = "3.2.17"
val TestContainersScalaTestVersion = "0.40.14"
val mockitoVersion = "4.2.0" // check even https://github.com/scalatest/scalatestplus-mockito/releases
val protobufJavaVersion = "3.21.12"
Expand All @@ -54,7 +54,7 @@ object Dependencies {
val CouchbaseVersionForDocs = "2.7"

val GoogleAuthVersion = "1.20.0"
val JwtCoreVersion = "3.0.1"
val JwtScalaVersion = "9.4.4"

val log4jOverSlf4jVersion = "1.7.36"
val jclOverSlf4jVersion = "1.7.36"
Expand Down Expand Up @@ -195,7 +195,7 @@ object Dependencies {
libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-http" % PekkoHttpVersion,
"org.apache.pekko" %% "pekko-http-spray-json" % PekkoHttpVersion,
"com.github.jwt-scala" %% "jwt-json-common" % "7.1.5", // ApacheV2
"com.github.jwt-scala" %% "jwt-json-common" % JwtScalaVersion, // ApacheV2
"com.google.auth" % "google-auth-library-credentials" % GoogleAuthVersion, // BSD 3-clause
"io.specto" % "hoverfly-java" % hoverflyVersion % Test // ApacheV2
) ++ Mockito)
Expand Down Expand Up @@ -287,7 +287,7 @@ object Dependencies {
libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-http" % PekkoHttpVersion,
"org.apache.pekko" %% "pekko-http-spray-json" % PekkoHttpVersion,
"com.github.jwt-scala" %% "jwt-json-common" % "7.1.5" // ApacheV2
"com.github.jwt-scala" %% "jwt-json-common" % JwtScalaVersion // ApacheV2
) ++ Mockito)

val InfluxDB = Seq(
Expand Down

0 comments on commit 6b422f4

Please sign in to comment.