From 36ecbb2d347985be2b156a9797d7992ab79bdec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Nov 2022 00:51:33 +0000 Subject: [PATCH 1/3] Bump maxmind-db from 2.0.0 to 2.1.0 in /modules/ingest-geoip Bumps [maxmind-db](https://github.com/maxmind/MaxMind-DB-Reader-java) from 2.0.0 to 2.1.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/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: com.maxmind.db:maxmind-db dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/ingest-geoip/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ingest-geoip/build.gradle b/modules/ingest-geoip/build.gradle index 8c6f279c445b3..fb056192dcbec 100644 --- a/modules/ingest-geoip/build.gradle +++ b/modules/ingest-geoip/build.gradle @@ -43,7 +43,7 @@ dependencies { // geoip2 dependencies: api("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}") api("com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}") - api('com.maxmind.db:maxmind-db:2.0.0') + api('com.maxmind.db:maxmind-db:2.1.0') testImplementation 'org.elasticsearch:geolite2-databases:20191119' } From 8136bb0b6c5ce5c96fa5e7088fb2e43a520636ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 19 Nov 2022 00:55:36 +0000 Subject: [PATCH 2/3] Updating SHAs Signed-off-by: dependabot[bot] --- modules/ingest-geoip/licenses/maxmind-db-2.0.0.jar.sha1 | 1 - modules/ingest-geoip/licenses/maxmind-db-2.1.0.jar.sha1 | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 modules/ingest-geoip/licenses/maxmind-db-2.0.0.jar.sha1 create mode 100644 modules/ingest-geoip/licenses/maxmind-db-2.1.0.jar.sha1 diff --git a/modules/ingest-geoip/licenses/maxmind-db-2.0.0.jar.sha1 b/modules/ingest-geoip/licenses/maxmind-db-2.0.0.jar.sha1 deleted file mode 100644 index 32c18f89c6a29..0000000000000 --- a/modules/ingest-geoip/licenses/maxmind-db-2.0.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -e7e0fd82da0a160b7928ba214e699a7e6a74fff4 \ No newline at end of file diff --git a/modules/ingest-geoip/licenses/maxmind-db-2.1.0.jar.sha1 b/modules/ingest-geoip/licenses/maxmind-db-2.1.0.jar.sha1 new file mode 100644 index 0000000000000..3d9f6c443ec9f --- /dev/null +++ b/modules/ingest-geoip/licenses/maxmind-db-2.1.0.jar.sha1 @@ -0,0 +1 @@ +5fb0a7c4677ba725149ed557df9d0809d1836b80 \ No newline at end of file From 5476a7860979e65ae766b39595bf194ffc2cb061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 19 Nov 2022 00:56:36 +0000 Subject: [PATCH 3/3] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3a55d8ed6eda..932d180e3f9c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Bumps `commons-compress` from 1.21 to 1.22 - Bumps `jcodings` from 1.0.57 to 1.0.58 - Bumps `google-http-client-jackson2` from 1.35.0 to 1.42.3 +- Bumps `maxmind-db` from 2.0.0 to 2.1.0 All notable changes to this project are documented in this file.