We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042f728 commit fa35a7fCopy full SHA for fa35a7f
build.gradle
@@ -206,7 +206,7 @@ dependencies {
206
implementation "org.jetbrains:annotations:13.0"
207
implementation project(path: ":${rootProject.name}-spi", configuration: 'shadow')
208
implementation "org.opensearch:common-utils:${common_utils_version}"
209
- implementation "com.github.seancfoley:ipaddress:5.3.3"
+ implementation "com.github.seancfoley:ipaddress:5.4.1"
210
implementation "commons-codec:commons-codec:${versions.commonscodec}"
211
implementation "org.apache.httpcomponents:httpclient:${versions.httpclient}"
212
implementation "org.apache.httpcomponents:httpcore:${versions.httpcore}"
0 commit comments