Skip to content

Commit 98efeba

Browse files
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](maxmind/MaxMind-DB-Reader-java@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>
1 parent 3445bef commit 98efeba

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

modules/ingest-geoip/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ opensearchplugin {
3939
}
4040

4141
dependencies {
42-
api('com.maxmind.geoip2:geoip2:2.13.1')
42+
api('com.maxmind.geoip2:geoip2:2.16.1')
4343
// geoip2 dependencies:
4444
api("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")
4545
api("com.fasterxml.jackson.core:jackson-databind:${versions.jackson}")
46-
api('com.maxmind.db:maxmind-db:1.3.1')
46+
api('com.maxmind.db:maxmind-db:2.0.0')
4747

4848
testImplementation 'org.elasticsearch:geolite2-databases:20191119'
4949
}

modules/ingest-geoip/licenses/geoip2-2.13.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c92040bd6ef2cb59be71c6749d08c141ca546caf

modules/ingest-geoip/licenses/maxmind-db-1.3.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e7e0fd82da0a160b7928ba214e699a7e6a74fff4

0 commit comments

Comments
 (0)