Skip to content

Commit 7785270

Browse files
[CHK-12382] Fix transitive dep vulnerability io.projectreactor.netty:reactor-netty-http (#239)
1 parent 3464370 commit 7785270

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
@@ -78,6 +78,9 @@ subprojects {
7878
implementation("org.apache.commons:commons-lang3:3.18.0") {
7979
because("versions below 3.18.0 have security vulnerabilities including CVE-2025-48924 - see dependabot #15")
8080
}
81+
implementation("io.projectreactor.netty:reactor-netty-http:1.2.8") {
82+
because("versions below 1.2.8 have security vulnerabilities including CVE-2025-22227 - see dependabot #16")
83+
}
8184
}
8285
}
8386

0 commit comments

Comments
 (0)