Skip to content

Commit

Permalink
feat(prism-agent): Update the connect pollux and mercury to fix to us…
Browse files Browse the repository at this point in the history
…e nimbus-jose-jwt 10.0.0-preview (#467)
  • Loading branch information
mineme0110 committed Mar 22, 2023
1 parent 4184b50 commit 948f2fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prism-agent/service/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ object Dependencies {
val akka = "2.6.20"
val akkaHttp = "10.2.9"
val castor = "0.8.1"
val pollux = "0.43.0"
val connect = "0.12.1"
val pollux = "0.43.1"
val connect = "0.13.0"
val bouncyCastle = "1.70"
val logback = "1.4.5"
val mercury = "0.21.0"
val mercury = "0.22.0"
val zioJson = "0.3.0"
val tapir = "1.2.3"
val flyway = "9.8.3"
Expand Down

0 comments on commit 948f2fc

Please sign in to comment.