Skip to content

Commit bfbfdc6

Browse files
authored
Fix for CVE-2023-50570(Bumping up to latest version of ipaddress library (#1339)
Signed-off-by: Mohit Kumar <mohitamg@amazon.com>
1 parent 74dfcd1 commit bfbfdc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ dependencies {
138138
implementation "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
139139
implementation "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
140140
implementation "org.jetbrains:annotations:13.0"
141-
implementation "com.github.seancfoley:ipaddress:5.4.0"
141+
implementation "com.github.seancfoley:ipaddress:5.4.1"
142142
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0" // Moving away from kotlin_version
143143
implementation "org.opensearch:common-utils:${common_utils_version}"
144144
implementation "org.apache.httpcomponents.client5:httpclient5:5.1.3"

0 commit comments

Comments
 (0)