1
0
Joe Gallo 2 жил өмнө
parent
commit
625879c9a2

+ 6 - 6
gradle/verification-metadata.xml

@@ -799,14 +799,14 @@
             <sha256 value="f8f5c726c8c615a94d9d6cd1073787f9c554841ae24c8bab5cd73481ea2021a8" origin="Generated by Gradle"/>
          </artifact>
       </component>
-      <component group="com.maxmind.db" name="maxmind-db" version="2.0.0">
-         <artifact name="maxmind-db-2.0.0.jar">
-            <sha256 value="635e07839eb0cebd9caa26dd27a75b14008c2e31b589688d757114122ac8dac2" origin="Generated by Gradle"/>
+      <component group="com.maxmind.db" name="maxmind-db" version="2.1.0">
+         <artifact name="maxmind-db-2.1.0.jar">
+            <sha256 value="04a7281ddb9f96ab9eacacbe35bb4c8583a8369973d8883acf5faae91f851572" origin="Generated by Gradle"/>
          </artifact>
       </component>
-      <component group="com.maxmind.geoip2" name="geoip2" version="3.0.0">
-         <artifact name="geoip2-3.0.0.jar">
-            <sha256 value="773eb6f61dfaaa64ddf8afd65ab7165f0eec18687224132c914f02cc570eb312" origin="Generated by Gradle"/>
+      <component group="com.maxmind.geoip2" name="geoip2" version="3.0.2">
+         <artifact name="geoip2-3.0.2.jar">
+            <sha256 value="a02a34fafccc4b1aca85cf725f97f9bba18910992b6588e26d4d412358c1e597" origin="Generated by Gradle"/>
          </artifact>
       </component>
       <component group="com.microsoft.azure" name="azure-core" version="0.9.3">

+ 5 - 5
modules/ingest-geoip/build.gradle

@@ -27,12 +27,12 @@ tasks.named('internalClusterTestTestingConventions').configure {
 }
 
 dependencies {
-  implementation('com.maxmind.geoip2:geoip2:3.0.0')
+  implementation('com.maxmind.geoip2:geoip2:3.0.2')
   // geoip2 dependencies:
-  runtimeOnly("com.fasterxml.jackson.core:jackson-annotations:2.13.1")
-  runtimeOnly("com.fasterxml.jackson.core:jackson-databind:2.13.1")
-  runtimeOnly("com.fasterxml.jackson.core:jackson-core:2.13.1")
-  implementation('com.maxmind.db:maxmind-db:2.0.0')
+  runtimeOnly("com.fasterxml.jackson.core:jackson-annotations:2.13.4")
+  runtimeOnly("com.fasterxml.jackson.core:jackson-databind:2.13.4.2")
+  runtimeOnly("com.fasterxml.jackson.core:jackson-core:2.13.4")
+  implementation('com.maxmind.db:maxmind-db:2.1.0')
 
   testImplementation 'org.elasticsearch:geolite2-databases:20191119'
   internalClusterTestImplementation project(path: ":modules:reindex")