This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new fbc26644 main: Update dependency io.netty:netty-codec-http2 to
v4.1.117.Final (#728)
fbc26644 is described below
commit fbc26644df7255b8ea51dbd071893023d0540a30
Author: Mend Renovate <[email protected]>
AuthorDate: Tue Jan 14 10:30:43 2025 +0100
main: Update dependency io.netty:netty-codec-http2 to v4.1.117.Final (#728)
---
polaris-core/build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/polaris-core/build.gradle.kts b/polaris-core/build.gradle.kts
index 24158260..8e955b8c 100644
--- a/polaris-core/build.gradle.kts
+++ b/polaris-core/build.gradle.kts
@@ -79,7 +79,7 @@ dependencies {
implementation("com.azure:azure-identity")
implementation("com.azure:azure-storage-file-datalake")
constraints {
- implementation("io.netty:netty-codec-http2:4.1.116.Final") {
+ implementation("io.netty:netty-codec-http2:4.1.117.Final") {
because("Vulnerability detected in 4.1.72")
}
implementation("io.projectreactor.netty:reactor-netty-http:1.2.1") {