This is an automated email from the ASF dual-hosted git repository.
jbonofre 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 bd27a2e5 main: Update dependency io.netty:netty-codec-http2 to
v4.1.119.Final (#1073)
bd27a2e5 is described below
commit bd27a2e562259921a5efccca2733c79ada896f7a
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Feb 28 08:20:10 2025 +0100
main: Update dependency io.netty:netty-codec-http2 to v4.1.119.Final (#1073)
---
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 35760523..7ca0a897 100644
--- a/polaris-core/build.gradle.kts
+++ b/polaris-core/build.gradle.kts
@@ -85,7 +85,7 @@ dependencies {
implementation("com.azure:azure-identity")
implementation("com.azure:azure-storage-file-datalake")
constraints {
- implementation("io.netty:netty-codec-http2:4.1.118.Final") {
+ implementation("io.netty:netty-codec-http2:4.1.119.Final") {
because("Vulnerability detected in 4.1.72")
}
implementation("io.projectreactor.netty:reactor-netty-http:1.2.3") {