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 4c23eb771 fix(deps): update dependency io.netty:netty-codec-http2 to v4.2.4.final (#2342) 4c23eb771 is described below commit 4c23eb77118d77833f42cca34c07dcb42876e33c Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Thu Aug 14 08:09:42 2025 +0200 fix(deps): update dependency io.netty:netty-codec-http2 to v4.2.4.final (#2342) --- 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 9711afd2e..3a819f30f 100644 --- a/polaris-core/build.gradle.kts +++ b/polaris-core/build.gradle.kts @@ -88,7 +88,7 @@ dependencies { implementation("com.azure:azure-identity") implementation("com.azure:azure-storage-file-datalake") constraints { - implementation("io.netty:netty-codec-http2:4.2.3.Final") { + implementation("io.netty:netty-codec-http2:4.2.4.Final") { because("Vulnerability detected in 4.1.72") } implementation("io.projectreactor.netty:reactor-netty-http:1.2.9") {