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