Skip to content

Commit

Permalink
Merge pull request #267 from hmcts/RDCC_4670
Browse files Browse the repository at this point in the history
fix: RDCC-4670 Fixed CVE-2022-24823 by upgrading netty
  • Loading branch information
SujeethKumarAri authored May 18, 2022
2 parents 1088481 + 8f15e80 commit 8dd7d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ wrapper {
configurations.all {
resolutionStrategy.eachDependency { details ->
if (details.requested.group == 'io.netty') {
details.useVersion "4.1.69.Final"
details.useVersion "4.1.77.Final"
}

// Fix for CVE-2020-21913 & needs to be removed when camel-azure-starter is upgraded to latest version in data-ingestion-library
Expand Down

0 comments on commit 8dd7d43

Please sign in to comment.