Skip to content

Commit d7f15a2

Browse files
authored
fix(deps): update dependency io.projectreactor.netty:reactor-netty-http to v1.2.9 (#2326)
1 parent 45e8e02 commit d7f15a2

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
@@ -92,7 +92,7 @@ dependencies {
9292
implementation("io.netty:netty-codec-http2:4.2.3.Final") {
9393
because("Vulnerability detected in 4.1.72")
9494
}
95-
implementation("io.projectreactor.netty:reactor-netty-http:1.2.8") {
95+
implementation("io.projectreactor.netty:reactor-netty-http:1.2.9") {
9696
because("Vulnerability detected in 1.0.45")
9797
}
9898
}

0 commit comments

Comments
 (0)