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 f43d0b5d1 main: Update dependency 
io.projectreactor.netty:reactor-netty-http to v1.2.6 (#1577)
f43d0b5d1 is described below

commit f43d0b5d1836678cd68da6d308233d1c4ee1214b
Author: Mend Renovate <[email protected]>
AuthorDate: Wed May 14 09:57:34 2025 +0200

    main: Update dependency io.projectreactor.netty:reactor-netty-http to 
v1.2.6 (#1577)
---
 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 ebc908789..5f13ba8d2 100644
--- a/polaris-core/build.gradle.kts
+++ b/polaris-core/build.gradle.kts
@@ -87,7 +87,7 @@ dependencies {
     implementation("io.netty:netty-codec-http2:4.2.1.Final") {
       because("Vulnerability detected in 4.1.72")
     }
-    implementation("io.projectreactor.netty:reactor-netty-http:1.2.5") {
+    implementation("io.projectreactor.netty:reactor-netty-http:1.2.6") {
       because("Vulnerability detected in 1.0.45")
     }
   }

Reply via email to