Skip to content

Commit f43d0b5

Browse files
authored
main: Update dependency io.projectreactor.netty:reactor-netty-http to v1.2.6 (#1577)
1 parent db59b23 commit f43d0b5

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.1.Final") {
8888
because("Vulnerability detected in 4.1.72")
8989
}
90-
implementation("io.projectreactor.netty:reactor-netty-http:1.2.5") {
90+
implementation("io.projectreactor.netty:reactor-netty-http:1.2.6") {
9191
because("Vulnerability detected in 1.0.45")
9292
}
9393
}

0 commit comments

Comments
 (0)