From 8d5906019222b2043ae73d0d8edda54a6fc103c5 Mon Sep 17 00:00:00 2001 From: Riya <69919272+riysaxen-amzn@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:22:34 -0800 Subject: [PATCH] ipaddress lib upgrade as part of cve fix (#1397) Signed-off-by: Riya Saxena --- alerting/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alerting/build.gradle b/alerting/build.gradle index efaff1b6f..0e920fee6 100644 --- a/alerting/build.gradle +++ b/alerting/build.gradle @@ -113,7 +113,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}"