Skip to content

Commit

Permalink
feat(prism-agent): Update pollux lib to 0.43.0 includes the nimbus-jo… (
Browse files Browse the repository at this point in the history
#460)

* feat(prism-agent): Update pollux lib to 0.43.0 includes the nimbus-jose-jwt library with a patch 10.0.0-preview

* fix(prism-agent) set connect version to 0.12.1

* chore(prism-agent): upgrade mercury to 0.21.0

---------

Co-authored-by: Yurii Shynbuiev - IOHK <[email protected]>
  • Loading branch information
mineme0110 and yshyn-iohk authored Mar 21, 2023
1 parent 27809fb commit adb7000
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.42.0"
val connect = "0.12.0"
val pollux = "0.43.0"
val connect = "0.12.1"
val bouncyCastle = "1.70"
val logback = "1.4.5"
val mercury = "0.20.0"
val mercury = "0.21.0"
val zioJson = "0.3.0"
val tapir = "1.2.3"
val flyway = "9.8.3"
Expand Down

0 comments on commit adb7000

Please sign in to comment.