Skip to content

Commit 1513d32

Browse files
authored
Update dependency io.projectreactor.netty:reactor-netty-http to v1.2.11 (#2809)
1 parent 27a499d commit 1513d32

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
@@ -90,7 +90,7 @@ dependencies {
9090
implementation("io.netty:netty-codec-http2:4.2.6.Final") {
9191
because("Vulnerability detected in 4.1.72")
9292
}
93-
implementation("io.projectreactor.netty:reactor-netty-http:1.2.10") {
93+
implementation("io.projectreactor.netty:reactor-netty-http:1.2.11") {
9494
because("Vulnerability detected in 1.0.45")
9595
}
9696
}

0 commit comments

Comments
 (0)