diff --git a/CHANGELOG.md b/CHANGELOG.md index b10f34e458019..648cd3d0963e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,7 +56,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `reactor` from 3.5.20 to 3.7.5 ([#18243](https://github.com/opensearch-project/OpenSearch/pull/18243)) - Bump `com.azure:azure-core-http-netty` from 1.15.7 to 1.15.11 ([#18265](https://github.com/opensearch-project/OpenSearch/pull/18265)) - Bump `lycheeverse/lychee-action` from 2.4.0 to 2.4.1 ([#18264](https://github.com/opensearch-project/OpenSearch/pull/18264)) -- Bump `com.maxmind.geoip2:geoip2` from 4.2.1 to 4.3.0 ([#18263](https://github.com/opensearch-project/OpenSearch/pull/18263)) +- Bump `com.maxmind.geoip2:geoip2` from 4.2.1 to 4.3.1 ([#18263](https://github.com/opensearch-project/OpenSearch/pull/18263), [#18413](https://github.com/opensearch-project/OpenSearch/pull/18413)) - Bump `com.azure:azure-json` from 1.3.0 to 1.5.0 ([#18335](https://github.com/opensearch-project/OpenSearch/pull/18335)) - Bump `org.jline:jline` from 3.29.0 to 3.30.3 ([#18368](https://github.com/opensearch-project/OpenSearch/pull/18368)) - Bump `com.nimbusds:oauth2-oidc-sdk` from 11.23.1 to 11.25 ([#18369](https://github.com/opensearch-project/OpenSearch/pull/18369)) diff --git a/modules/ingest-geoip/build.gradle b/modules/ingest-geoip/build.gradle index 86b7239112f0d..93dbb75065fc9 100644 --- a/modules/ingest-geoip/build.gradle +++ b/modules/ingest-geoip/build.gradle @@ -39,7 +39,7 @@ opensearchplugin { } dependencies { - api('com.maxmind.geoip2:geoip2:4.3.0') + api('com.maxmind.geoip2:geoip2:4.3.1') // geoip2 dependencies: api('com.maxmind.db:maxmind-db:3.1.1') api(libs.jackson.annotation) diff --git a/modules/ingest-geoip/licenses/geoip2-4.3.0.jar.sha1 b/modules/ingest-geoip/licenses/geoip2-4.3.0.jar.sha1 deleted file mode 100644 index 8ec8481e410ff..0000000000000 --- a/modules/ingest-geoip/licenses/geoip2-4.3.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -6b1cbe49b305a4925f7ac2b7bcc17a82142b7bc8 \ No newline at end of file diff --git a/modules/ingest-geoip/licenses/geoip2-4.3.1.jar.sha1 b/modules/ingest-geoip/licenses/geoip2-4.3.1.jar.sha1 new file mode 100644 index 0000000000000..5aef37a5776e8 --- /dev/null +++ b/modules/ingest-geoip/licenses/geoip2-4.3.1.jar.sha1 @@ -0,0 +1 @@ +bbbeb754e132c073d681b42ff08e465c5349dc1a \ No newline at end of file