Skip to content

Commit

Permalink
Bump netty to 4.1.100.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
spenes committed Nov 13, 2023
1 parent 8c9de48 commit b65b47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ object Dependencies {
val log4j = "2.20.0"
val thrift = "0.15.0" // override transitive dependency to mitigate security vulnerabilities
val sprayJson = "1.3.6" // override transitive dependency to mitigate security vulnerabilities
val netty = "4.1.87.Final" // override transitive dependency to mitigate security vulnerabilities
val netty = "4.1.100.Final" // override transitive dependency to mitigate security vulnerabilities
val protobuf = "3.21.9" // override transitive dependency to mitigate security vulnerabilities

val refererParser = "1.1.0"
Expand Down

0 comments on commit b65b47a

Please sign in to comment.