Skip to content

Commit fbc2664

Browse files
authored
main: Update dependency io.netty:netty-codec-http2 to v4.1.117.Final (#728)
1 parent 72600e4 commit fbc2664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris-core/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies {
7979
implementation("com.azure:azure-identity")
8080
implementation("com.azure:azure-storage-file-datalake")
8181
constraints {
82-
implementation("io.netty:netty-codec-http2:4.1.116.Final") {
82+
implementation("io.netty:netty-codec-http2:4.1.117.Final") {
8383
because("Vulnerability detected in 4.1.72")
8484
}
8585
implementation("io.projectreactor.netty:reactor-netty-http:1.2.1") {

0 commit comments

Comments
 (0)