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 5cc1eccce Update dependency io.projectreactor.netty:reactor-netty-http to v1.2.10 (#2526) 5cc1eccce is described below commit 5cc1eccce490933706ab14f1c2ba2f573f03cbad Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Tue Sep 9 15:46:38 2025 +0200 Update dependency io.projectreactor.netty:reactor-netty-http to v1.2.10 (#2526) --- 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 06dc3a956..9b57f2e35 100644 --- a/polaris-core/build.gradle.kts +++ b/polaris-core/build.gradle.kts @@ -89,7 +89,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.9") { + implementation("io.projectreactor.netty:reactor-netty-http:1.2.10") { because("Vulnerability detected in 1.0.45") } }