Skip to content

Commit

Permalink
Update library dependencies to close CVE-2020-13956 for org.apache.ht…
Browse files Browse the repository at this point in the history
…tpcomponents:httpclient (#160)
  • Loading branch information
oermolaev authored Oct 23, 2024
1 parent d923842 commit 8e07949
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ object Dependencies {

object V {
// Java
val awsSdk = "1.12.767"
val pubsub = "1.132.0"
val awsSdk = "1.12.777"
val pubsub = "1.132.4"
val kafka = "3.8.0"
val mskAuth = "2.2.0"
val nsqClient = "1.3.0"
Expand All @@ -35,7 +35,7 @@ object Dependencies {
val config = "1.4.3"
val rabbitMQ = "5.21.0"
val jackson = "2.17.2"
val thrift = "0.15.0"
val thrift = "0.16.0"
val jnrUnixsock = "0.38.22"
val protobuf = "3.25.5"
val guava = "32.1.3-jre"
Expand Down

0 comments on commit 8e07949

Please sign in to comment.