File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 799
799
<sha256 value =" f8f5c726c8c615a94d9d6cd1073787f9c554841ae24c8bab5cd73481ea2021a8" origin =" Generated by Gradle" />
800
800
</artifact >
801
801
</component >
802
- <component group =" com.maxmind.db" name =" maxmind-db" version =" 2.0 .0" >
803
- <artifact name =" maxmind-db-2.0 .0.jar" >
804
- <sha256 value =" 635e07839eb0cebd9caa26dd27a75b14008c2e31b589688d757114122ac8dac2 " origin =" Generated by Gradle" />
802
+ <component group =" com.maxmind.db" name =" maxmind-db" version =" 2.1 .0" >
803
+ <artifact name =" maxmind-db-2.1 .0.jar" >
804
+ <sha256 value =" 04a7281ddb9f96ab9eacacbe35bb4c8583a8369973d8883acf5faae91f851572 " origin =" Generated by Gradle" />
805
805
</artifact >
806
806
</component >
807
- <component group =" com.maxmind.geoip2" name =" geoip2" version =" 3.0.0 " >
808
- <artifact name =" geoip2-3.0.0 .jar" >
809
- <sha256 value =" 773eb6f61dfaaa64ddf8afd65ab7165f0eec18687224132c914f02cc570eb312 " origin =" Generated by Gradle" />
807
+ <component group =" com.maxmind.geoip2" name =" geoip2" version =" 3.0.2 " >
808
+ <artifact name =" geoip2-3.0.2 .jar" >
809
+ <sha256 value =" a02a34fafccc4b1aca85cf725f97f9bba18910992b6588e26d4d412358c1e597 " origin =" Generated by Gradle" />
810
810
</artifact >
811
811
</component >
812
812
<component group =" com.microsoft.azure" name =" azure-core" version =" 0.9.3" >
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ tasks.named('internalClusterTestTestingConventions').configure {
27
27
}
28
28
29
29
dependencies {
30
- implementation(' com.maxmind.geoip2:geoip2:3.0.0 ' )
30
+ implementation(' com.maxmind.geoip2:geoip2:3.0.2 ' )
31
31
// geoip2 dependencies:
32
- runtimeOnly(" com.fasterxml.jackson.core:jackson-annotations:2.13.1 " )
33
- runtimeOnly(" com.fasterxml.jackson.core:jackson-databind:2.13.1 " )
34
- runtimeOnly(" com.fasterxml.jackson.core:jackson-core:2.13.1 " )
35
- implementation(' com.maxmind.db:maxmind-db:2.0 .0' )
32
+ runtimeOnly(" com.fasterxml.jackson.core:jackson-annotations:2.13.4 " )
33
+ runtimeOnly(" com.fasterxml.jackson.core:jackson-databind:2.13.4.2 " )
34
+ runtimeOnly(" com.fasterxml.jackson.core:jackson-core:2.13.4 " )
35
+ implementation(' com.maxmind.db:maxmind-db:2.1 .0' )
36
36
37
37
testImplementation ' org.elasticsearch:geolite2-databases:20191119'
38
38
internalClusterTestImplementation project(path : " :modules:reindex" )
You can’t perform that action at this time.
0 commit comments