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 4fc96b56c main: Update dependency io.netty:netty-codec-http2 to
v4.2.0.Final (#1301)
4fc96b56c is described below
commit 4fc96b56cbc7ba96ddeabb00d1ded0611a9c5220
Author: Mend Renovate <[email protected]>
AuthorDate: Tue Apr 8 09:29:49 2025 +0200
main: Update dependency io.netty:netty-codec-http2 to v4.2.0.Final (#1301)
---
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 0290ebb20..14f47f713 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.1.119.Final") {
+ implementation("io.netty:netty-codec-http2:4.2.0.Final") {
because("Vulnerability detected in 4.1.72")
}
implementation("io.projectreactor.netty:reactor-netty-http:1.2.4") {