We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74dfcd1 commit bfbfdc6Copy full SHA for bfbfdc6
build.gradle
@@ -138,7 +138,7 @@ dependencies {
138
implementation "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
139
implementation "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
140
implementation "org.jetbrains:annotations:13.0"
141
- implementation "com.github.seancfoley:ipaddress:5.4.0"
+ implementation "com.github.seancfoley:ipaddress:5.4.1"
142
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0" // Moving away from kotlin_version
143
implementation "org.opensearch:common-utils:${common_utils_version}"
144
implementation "org.apache.httpcomponents.client5:httpclient5:5.1.3"
0 commit comments