Skip to content

Commit 41d968a

Browse files
authored
Add netty http version
1 parent 7921ed7 commit 41d968a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ subprojects {
8181
implementation("io.projectreactor.netty:reactor-netty-http:1.2.9") {
8282
because("versions below 1.2.8 have security vulnerabilities including CVE-2025-22227 - see dependabot #16")
8383
}
84+
implementation("io.netty:netty-codec-http2:4.1.124.Final") {
85+
because("versions below 4.1.124.Final have security vulnerabilities including CVE-2025-55163 - see dependabot #17")
86+
}
8487
}
8588
}
8689

0 commit comments

Comments
 (0)