Skip to content

Commit

Permalink
Update netty in distribution for vulnerability fix (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanck authored Oct 18, 2023
1 parent 46bf077 commit 10578cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka-connect-runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configurations {
resolutionStrategy.force "org.eclipse.jetty:jetty-webapp:9.4.53.v20231009"
resolutionStrategy.eachDependency { details ->
if (details.requested.group == "io.netty") {
details.useVersion "4.1.97.Final"
details.useVersion "4.1.100.Final"
}
}
}
Expand Down

0 comments on commit 10578cf

Please sign in to comment.