Skip to content

Commit 2279d75

Browse files
authored
Bump geoip2 and maxmind-db (#104064)
1 parent f2c9393 commit 2279d75

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

gradle/verification-metadata.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -811,14 +811,14 @@
811811
<sha256 value="f8f5c726c8c615a94d9d6cd1073787f9c554841ae24c8bab5cd73481ea2021a8" origin="Generated by Gradle"/>
812812
</artifact>
813813
</component>
814-
<component group="com.maxmind.db" name="maxmind-db" version="3.0.0">
815-
<artifact name="maxmind-db-3.0.0.jar">
816-
<sha256 value="4d783d30abc7c8adb3580faa3f76c33af9ecb5b0fc1c3d83b204df3fbb6725c2" origin="Generated by Gradle"/>
814+
<component group="com.maxmind.db" name="maxmind-db" version="3.1.0">
815+
<artifact name="maxmind-db-3.1.0.jar">
816+
<sha256 value="2c8033081b1215dc57f5ae0e0de95cf91eb54144fccae4db35a47eb5d1101afc" origin="Generated by Gradle"/>
817817
</artifact>
818818
</component>
819-
<component group="com.maxmind.geoip2" name="geoip2" version="4.0.0">
820-
<artifact name="geoip2-4.0.0.jar">
821-
<sha256 value="b73aa72fbaf6fa6376a6c12f8976631b5bb183027695fac665eab5082b1a67f7" origin="Generated by Gradle"/>
819+
<component group="com.maxmind.geoip2" name="geoip2" version="4.2.0">
820+
<artifact name="geoip2-4.2.0.jar">
821+
<sha256 value="5981ac68332deebdf52e7a7f96a0bef5f320012fa930f3778ee1e9c827a80dbd" origin="Generated by Gradle"/>
822822
</artifact>
823823
</component>
824824
<component group="com.microsoft.azure" name="azure-core" version="0.9.3">

modules/ingest-geoip/build.gradle

Lines changed: 2 additions & 2 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:4.0.0')
30+
implementation('com.maxmind.geoip2:geoip2:4.2.0')
3131
// geoip2 dependencies:
3232
runtimeOnly("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")
3333
runtimeOnly("com.fasterxml.jackson.core:jackson-databind:${versions.jackson}")
3434
runtimeOnly("com.fasterxml.jackson.core:jackson-core:${versions.jackson}")
35-
implementation('com.maxmind.db:maxmind-db:3.0.0')
35+
implementation('com.maxmind.db:maxmind-db:3.1.0')
3636

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

0 commit comments

Comments
 (0)