From 004a2ab2703c55e396f63829f0dffdd097a3a0de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 6 Feb 2024 01:22:56 +0000 Subject: [PATCH] ipaddress lib upgrade as part of cve fix (#1397) Signed-off-by: Riya Saxena (cherry picked from commit 8d5906019222b2043ae73d0d8edda54a6fc103c5) Signed-off-by: github-actions[bot] --- alerting/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alerting/build.gradle b/alerting/build.gradle index 9cb2488be..d0f240193 100644 --- a/alerting/build.gradle +++ b/alerting/build.gradle @@ -108,7 +108,7 @@ dependencies { implementation "org.jetbrains:annotations:13.0" api project(":alerting-core") - implementation "com.github.seancfoley:ipaddress:5.3.3" + implementation "com.github.seancfoley:ipaddress:5.4.1" testImplementation "org.antlr:antlr4-runtime:${versions.antlr4}" testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"