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 <mohitamg@amazon.com>
  • Loading branch information
mohitamg committed Feb 29, 2024
1 parent 74dfcd1 commit d1ff016
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.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}"
implementation "org.apache.httpcomponents.client5:httpclient5:5.1.3"
Expand Down

0 comments on commit d1ff016

Please sign in to comment.