Skip to content

Commit ae7bab9

Browse files
ipaddress lib upgrade as part of cve fix (#1397) (#1407)
(cherry picked from commit 8d59060) Signed-off-by: Riya Saxena <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2b8b949 commit ae7bab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alerting/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ dependencies {
108108
implementation "org.jetbrains:annotations:13.0"
109109

110110
api project(":alerting-core")
111-
implementation "com.github.seancfoley:ipaddress:5.3.3"
111+
implementation "com.github.seancfoley:ipaddress:5.4.1"
112112

113113
testImplementation "org.antlr:antlr4-runtime:${versions.antlr4}"
114114
testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"

0 commit comments

Comments
 (0)