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 5db4074bb main: Update dependency io.netty:netty-codec-http2 to v4.2.1.Final (#1533) 5db4074bb is described below commit 5db4074bb98e8b29066f6b39eb645cd1c9f98d34 Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Wed May 7 17:11:56 2025 +0200 main: Update dependency io.netty:netty-codec-http2 to v4.2.1.Final (#1533) --- 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 1b3e008c4..f38796662 100644 --- a/polaris-core/build.gradle.kts +++ b/polaris-core/build.gradle.kts @@ -84,7 +84,7 @@ dependencies { implementation("com.azure:azure-identity") implementation("com.azure:azure-storage-file-datalake") constraints { - implementation("io.netty:netty-codec-http2:4.2.0.Final") { + implementation("io.netty:netty-codec-http2:4.2.1.Final") { because("Vulnerability detected in 4.1.72") } implementation("io.projectreactor.netty:reactor-netty-http:1.2.5") {