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 2af31055 main: Update dependency
io.projectreactor.netty:reactor-netty-http to v1.2.2 (#747)
2af31055 is described below
commit 2af31055384308537e7aaab1c69daf55f8c9f61e
Author: Mend Renovate <[email protected]>
AuthorDate: Wed Jan 15 07:23:59 2025 +0100
main: Update dependency io.projectreactor.netty:reactor-netty-http to
v1.2.2 (#747)
---
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 9b731c25..b611509f 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.1") {
+ implementation("io.projectreactor.netty:reactor-netty-http:1.2.2") {
because("Vulnerability detected in 1.0.45")
}
}