We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72600e4 commit fbc2664Copy full SHA for fbc2664
polaris-core/build.gradle.kts
@@ -79,7 +79,7 @@ dependencies {
79
implementation("com.azure:azure-identity")
80
implementation("com.azure:azure-storage-file-datalake")
81
constraints {
82
- implementation("io.netty:netty-codec-http2:4.1.116.Final") {
+ implementation("io.netty:netty-codec-http2:4.1.117.Final") {
83
because("Vulnerability detected in 4.1.72")
84
}
85
implementation("io.projectreactor.netty:reactor-netty-http:1.2.1") {
0 commit comments