Bump maxmind-db from 1.3.1 to 2.0.0 in /modules/ingest-geoip (#2123)
* Bump maxmind-db from 1.3.1 to 2.0.0 in /modules/ingest-geoip Bumps [maxmind-db](https://github.com/maxmind/MaxMind-DB-Reader-java) from 1.3.1 to 2.0.0. - [Release notes](https://github.com/maxmind/MaxMind-DB-Reader-java/releases) - [Changelog](https://github.com/maxmind/MaxMind-DB-Reader-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/maxmind/MaxMind-DB-Reader-java/compare/v1.3.1...v2.0.0) --- updated-dependencies: - dependency-name: com.maxmind.db:maxmind-db dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Updating SHAs Signed-off-by: dependabot[bot] <support@github.com> * Fixing failing precommit and check Signed-off-by: Vacha Shah <vachshah@amazon.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by: Vacha Shah <vachshah@amazon.com>
This commit is contained in:
parent
3445befd36
commit
98efeba4e3
|
@ -39,11 +39,11 @@ opensearchplugin {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
api('com.maxmind.geoip2:geoip2:2.13.1')
|
||||
api('com.maxmind.geoip2:geoip2:2.16.1')
|
||||
// geoip2 dependencies:
|
||||
api("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")
|
||||
api("com.fasterxml.jackson.core:jackson-databind:${versions.jackson}")
|
||||
api('com.maxmind.db:maxmind-db:1.3.1')
|
||||
api('com.maxmind.db:maxmind-db:2.0.0')
|
||||
|
||||
testImplementation 'org.elasticsearch:geolite2-databases:20191119'
|
||||
}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
f27d1a49d5a29dd4a7ac5006ce2eb16b8b9bb888
|
|
@ -0,0 +1 @@
|
|||
c92040bd6ef2cb59be71c6749d08c141ca546caf
|
|
@ -1 +0,0 @@
|
|||
211bca628225bc0f719051b16deb03a747d7a14f
|
|
@ -0,0 +1 @@
|
|||
e7e0fd82da0a160b7928ba214e699a7e6a74fff4
|
Loading…
Reference in New Issue