Skip to content

Commit

Permalink
Fix for CVE-2023-50570(Bumping up to latest version of ipaddress libr…
Browse files Browse the repository at this point in the history
…ary (#1339) (#1340)

Signed-off-by: Mohit Kumar <[email protected]>
(cherry picked from commit bfbfdc6)

Co-authored-by: Mohit Kumar <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and mohitamg authored Feb 29, 2024
1 parent ed4e4b7 commit 8699f7a
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.4.0"
implementation "com.github.seancfoley:ipaddress:5.4.1"
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 8699f7a

Please sign in to comment.