Skip to content

Commit 4c23eb7

Browse files
authored
fix(deps): update dependency io.netty:netty-codec-http2 to v4.2.4.final (#2342)
1 parent 74d1b4e commit 4c23eb7

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
@@ -88,7 +88,7 @@ dependencies {
8888
implementation("com.azure:azure-identity")
8989
implementation("com.azure:azure-storage-file-datalake")
9090
constraints {
91-
implementation("io.netty:netty-codec-http2:4.2.3.Final") {
91+
implementation("io.netty:netty-codec-http2:4.2.4.Final") {
9292
because("Vulnerability detected in 4.1.72")
9393
}
9494
implementation("io.projectreactor.netty:reactor-netty-http:1.2.9") {

0 commit comments

Comments
 (0)