This is an automated email from the ASF dual-hosted git repository.
singhpk234 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 1513d32e0 Update dependency io.projectreactor.netty:reactor-netty-http
to v1.2.11 (#2809)
1513d32e0 is described below
commit 1513d32e03185776d6789c14a8420e98ebd78c02
Author: Mend Renovate <[email protected]>
AuthorDate: Tue Oct 14 16:42:12 2025 +0100
Update dependency io.projectreactor.netty:reactor-netty-http to v1.2.11
(#2809)
---
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 ba5335701..64b60019a 100644
--- a/polaris-core/build.gradle.kts
+++ b/polaris-core/build.gradle.kts
@@ -90,7 +90,7 @@ dependencies {
implementation("io.netty:netty-codec-http2:4.2.6.Final") {
because("Vulnerability detected in 4.1.72")
}
- implementation("io.projectreactor.netty:reactor-netty-http:1.2.10") {
+ implementation("io.projectreactor.netty:reactor-netty-http:1.2.11") {
because("Vulnerability detected in 1.0.45")
}
}