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 82086d9ca Update dependency io.netty:netty-codec-http2 to v4.2.5.Final 
(#2495)
82086d9ca is described below

commit 82086d9cab81c331e28e3c4a0bc4132c3dcb1d59
Author: Mend Renovate <[email protected]>
AuthorDate: Thu Sep 4 06:50:10 2025 +0200

    Update dependency io.netty:netty-codec-http2 to v4.2.5.Final (#2495)
---
 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 9a5beb35c..c3d004cc2 100644
--- a/polaris-core/build.gradle.kts
+++ b/polaris-core/build.gradle.kts
@@ -87,7 +87,7 @@ dependencies {
   implementation("com.azure:azure-identity")
   implementation("com.azure:azure-storage-file-datalake")
   constraints {
-    implementation("io.netty:netty-codec-http2:4.2.4.Final") {
+    implementation("io.netty:netty-codec-http2:4.2.5.Final") {
       because("Vulnerability detected in 4.1.72")
     }
     implementation("io.projectreactor.netty:reactor-netty-http:1.2.9") {

Reply via email to