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 bbbef73c0 main: Update dependency io.netty:netty-codec-http2 to v4.2.3.Final (#2074) bbbef73c0 is described below commit bbbef73c0b7bbe609f53ea323d3805355dbcebc4 Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Tue Jul 15 15:19:02 2025 +0200 main: Update dependency io.netty:netty-codec-http2 to v4.2.3.Final (#2074) --- 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 93ce47c47..3e7209fad 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.2.Final") { + 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") {