Skip to content

Commit 0704160

Browse files
authored
main: Update dependency io.projectreactor.netty:reactor-netty-http to v1.2.5 (#1372)
1 parent 0fe89ec commit 0704160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dependencies {
8787
implementation("io.netty:netty-codec-http2:4.2.0.Final") {
8888
because("Vulnerability detected in 4.1.72")
8989
}
90-
implementation("io.projectreactor.netty:reactor-netty-http:1.2.4") {
90+
implementation("io.projectreactor.netty:reactor-netty-http:1.2.5") {
9191
because("Vulnerability detected in 1.0.45")
9292
}
9393
}

0 commit comments

Comments
 (0)