Skip to content

Commit

Permalink
fix: Update netty version to 4.1.115 (Consensys#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansaleem authored Nov 25, 2024
1 parent d8e236d commit e7840a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ dependencyManagement {
// addresses CVE-2023-3635
dependency 'com.squareup.okio:okio:3.4.0'

// addressing CVE-2023-44487
dependencySet(group: 'io.netty', version: '4.1.101.Final') {
// addressing CVE-2023-44487, CVE-2024-47535
dependencySet(group: 'io.netty', version: '4.1.115.Final') {
entry 'netty-all'
entry 'netty-codec-http2'
entry 'netty-handler'
Expand Down

0 comments on commit e7840a1

Please sign in to comment.