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 5244c4c0 main: Update dependency
io.projectreactor.netty:reactor-netty-http to v1.2.3 (#983)
5244c4c0 is described below
commit 5244c4c0bbbe89e89d1b98dda65e2e89eb970732
Author: Mend Renovate <[email protected]>
AuthorDate: Tue Feb 11 14:04:17 2025 +0100
main: Update dependency io.projectreactor.netty:reactor-netty-http to
v1.2.3 (#983)
---
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 b611509f..15e8b2f6 100644
--- a/polaris-core/build.gradle.kts
+++ b/polaris-core/build.gradle.kts
@@ -88,7 +88,7 @@ dependencies {
implementation("io.netty:netty-codec-http2:4.1.117.Final") {
because("Vulnerability detected in 4.1.72")
}
- implementation("io.projectreactor.netty:reactor-netty-http:1.2.2") {
+ implementation("io.projectreactor.netty:reactor-netty-http:1.2.3") {
because("Vulnerability detected in 1.0.45")
}
}