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 d3e2840c main: Update dependency io.netty:netty-codec-http2 to
v4.1.118.Final (#978)
d3e2840c is described below
commit d3e2840cef9f2bfc2a5474aae05b592e32af225c
Author: Mend Renovate <[email protected]>
AuthorDate: Wed Feb 12 17:02:58 2025 +0100
main: Update dependency io.netty:netty-codec-http2 to v4.1.118.Final (#978)
---
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 15e8b2f6..09c99f29 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.117.Final") {
+ implementation("io.netty:netty-codec-http2:4.1.118.Final") {
because("Vulnerability detected in 4.1.72")
}
implementation("io.projectreactor.netty:reactor-netty-http:1.2.3") {