Skip to content

Commit

Permalink
Use latest version of ipaddress Library (#1302) (#1305)
Browse files Browse the repository at this point in the history
Use latest version of ipaddress Library, fixes https://nvd.nist.gov/vuln/detail/CVE-2023-50570

Signed-off-by: Monu Singh <[email protected]>
(cherry picked from commit 8258ac5)

Co-authored-by: Monu Singh <[email protected]>
  • Loading branch information
1 parent cb5af60 commit 34a1d6e
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 @@ -140,7 +140,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
implementation "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
implementation "org.jetbrains:annotations:13.0"
implementation "com.github.seancfoley:ipaddress:5.3.3"
implementation "com.github.seancfoley:ipaddress:5.4.0"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0" // Moving away from kotlin_version
implementation "org.opensearch:common-utils:${common_utils_version}"

Expand Down

0 comments on commit 34a1d6e

Please sign in to comment.