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 23d8d01ec main: Update dependency io.projectreactor.netty:reactor-netty-http to v1.2.8 (#2075) 23d8d01ec is described below commit 23d8d01ec594beb718bb5dfc16e5868b64c22ba3 Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Tue Jul 15 15:20:01 2025 +0200 main: Update dependency io.projectreactor.netty:reactor-netty-http to v1.2.8 (#2075) --- 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 3e7209fad..ca24aeecd 100644 --- a/polaris-core/build.gradle.kts +++ b/polaris-core/build.gradle.kts @@ -87,7 +87,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.7") { + implementation("io.projectreactor.netty:reactor-netty-http:1.2.8") { because("Vulnerability detected in 1.0.45") } }