diff --git a/modules/ingest-geoip/build.gradle b/modules/ingest-geoip/build.gradle index 3f74690e3ef4f..f6c63b954d847 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.2.1') + api('com.maxmind.geoip2:geoip2:4.3.1') // geoip2 dependencies: api('com.maxmind.db:maxmind-db:3.1.1') api("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")