diff --git a/modules/ingest-geoip/build.gradle b/modules/ingest-geoip/build.gradle index f225ee41f0db9..99c757989c6d6 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.1') + api('com.maxmind.geoip2:geoip2:4.4.0') // geoip2 dependencies: api('com.maxmind.db:maxmind-db:3.2.0') api(libs.jackson.annotation)