Skip to content

Commit

Permalink
Fix for CVE-2023-50570(Bumping up to latest version of ipaddress library
Browse files Browse the repository at this point in the history
Signed-off-by: Mohit Kumar <[email protected]>
  • Loading branch information
mohitamg committed Feb 29, 2024
1 parent aefd52e commit 7e0cf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
compile "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
compile "org.jetbrains:annotations:13.0"
compile "com.github.seancfoley:ipaddress:5.3.3"
compile "com.github.seancfoley:ipaddress:5.4.1"
compile "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.5"
compile "org.opensearch:common-utils:${common_utils_version}"

Expand Down

0 comments on commit 7e0cf73

Please sign in to comment.