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 d7f15a29f fix(deps): update dependency
io.projectreactor.netty:reactor-netty-http to v1.2.9 (#2326)
d7f15a29f is described below
commit d7f15a29fa1b6463087b5d275b8f9c82e1ef4b6b
Author: Mend Renovate <[email protected]>
AuthorDate: Tue Aug 12 09:22:08 2025 +0200
fix(deps): update dependency io.projectreactor.netty:reactor-netty-http to
v1.2.9 (#2326)
---
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 f2effa7c0..e963673b5 100644
--- a/polaris-core/build.gradle.kts
+++ b/polaris-core/build.gradle.kts
@@ -92,7 +92,7 @@ dependencies {
implementation("io.netty:netty-codec-http2:4.2.3.Final") {
because("Vulnerability detected in 4.1.72")
}
- implementation("io.projectreactor.netty:reactor-netty-http:1.2.8") {
+ implementation("io.projectreactor.netty:reactor-netty-http:1.2.9") {
because("Vulnerability detected in 1.0.45")
}
}