We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c80a7a commit 942c879Copy full SHA for 942c879
modules/ingest-geoip/build.gradle
@@ -43,7 +43,7 @@ dependencies {
43
// geoip2 dependencies:
44
api("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")
45
api("com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}")
46
- api('com.maxmind.db:maxmind-db:2.0.0')
+ api('com.maxmind.db:maxmind-db:3.0.0')
47
48
testImplementation 'org.elasticsearch:geolite2-databases:20191119'
49
}
0 commit comments