From 2f771c808ea6760d98b5aac0c5b94bc1999f3ce5 Mon Sep 17 00:00:00 2001 From: Riya Saxena Date: Wed, 31 Jan 2024 23:23:28 -0800 Subject: [PATCH] ipaddress lib upgrade as part of cve fix 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}"