Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Force resolution to io.netty:netty-codec-http:4.1.108.Final to avoid C…
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger authored Apr 1, 2024
1 parent 1079398 commit edb52e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ buildscript {
resolutionStrategy {
// Address https://github.com/TBD54566975/tbdex-kt/issues/167
force("com.fasterxml.woodstox:woodstox-core:6.4.0")
force("io.netty:netty-codec-http:4.1.108Final")
}
}
}
Expand Down Expand Up @@ -90,6 +89,8 @@ allprojects {
force("com.google.protobuf:protobuf-javalite:3.19.6")
// Addresses https://github.com/TBD54566975/tbdex-kt/issues/170
force("com.squareup.okio:okio:3.6.0")
// Addresses CVE-2024-29025
force("io.netty:netty-codec-http:4.1.108.Final")
}
}
}
Expand Down

0 comments on commit edb52e2

Please sign in to comment.