Skip to content

Commit 625879c

Browse files
authored
Upgrade geoip2 dependency (#92364)
1 parent 7341cfb commit 625879c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

gradle/verification-metadata.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -799,14 +799,14 @@
799799
<sha256 value="f8f5c726c8c615a94d9d6cd1073787f9c554841ae24c8bab5cd73481ea2021a8" origin="Generated by Gradle"/>
800800
</artifact>
801801
</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"/>
805805
</artifact>
806806
</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"/>
810810
</artifact>
811811
</component>
812812
<component group="com.microsoft.azure" name="azure-core" version="0.9.3">

modules/ingest-geoip/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ tasks.named('internalClusterTestTestingConventions').configure {
2727
}
2828

2929
dependencies {
30-
implementation('com.maxmind.geoip2:geoip2:3.0.0')
30+
implementation('com.maxmind.geoip2:geoip2:3.0.2')
3131
// 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')
3636

3737
testImplementation 'org.elasticsearch:geolite2-databases:20191119'
3838
internalClusterTestImplementation project(path: ":modules:reindex")

0 commit comments

Comments
 (0)