Skip to content

Commit

Permalink
Use latest version of ipaddress Library (#1302)
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]>
  • Loading branch information
monusingh-1 authored Jan 2, 2024
1 parent be24bfa commit 8258ac5
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 @@ -138,7 +138,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}"
implementation "org.apache.httpcomponents.client5:httpclient5:5.1.3"
Expand Down

0 comments on commit 8258ac5

Please sign in to comment.