This is an automated email from the ASF dual-hosted git repository.
snazy 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 9d201b467 main: Update dependency io.netty:netty-codec-http2 to
v4.2.2.Final (#1819)
9d201b467 is described below
commit 9d201b46783bfeae99688acfa6a9206205875a93
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Jun 6 11:25:48 2025 +0200
main: Update dependency io.netty:netty-codec-http2 to v4.2.2.Final (#1819)
---
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 5f13ba8d2..8a142e255 100644
--- a/polaris-core/build.gradle.kts
+++ b/polaris-core/build.gradle.kts
@@ -84,7 +84,7 @@ dependencies {
implementation("com.azure:azure-identity")
implementation("com.azure:azure-storage-file-datalake")
constraints {
- implementation("io.netty:netty-codec-http2:4.2.1.Final") {
+ implementation("io.netty:netty-codec-http2:4.2.2.Final") {
because("Vulnerability detected in 4.1.72")
}
implementation("io.projectreactor.netty:reactor-netty-http:1.2.6") {