Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update library dependencies to close CVE-2020-13956 for org.apache.httpcomponents:httpclient #160

Merged
merged 3 commits into from
Oct 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading