Skip to content

Commit 4fc96b5

Browse files
authored
main: Update dependency io.netty:netty-codec-http2 to v4.2.0.Final (#1301)
1 parent 6af0deb commit 4fc96b5

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
@@ -84,7 +84,7 @@ dependencies {
8484
implementation("com.azure:azure-identity")
8585
implementation("com.azure:azure-storage-file-datalake")
8686
constraints {
87-
implementation("io.netty:netty-codec-http2:4.1.119.Final") {
87+
implementation("io.netty:netty-codec-http2:4.2.0.Final") {
8888
because("Vulnerability detected in 4.1.72")
8989
}
9090
implementation("io.projectreactor.netty:reactor-netty-http:1.2.4") {

0 commit comments

Comments
 (0)