Skip to content

Commit 942c879

Browse files
Bump maxmind-db from 2.0.0 to 3.0.0 in /modules/ingest-geoip
Bumps [maxmind-db](https://github.com/maxmind/MaxMind-DB-Reader-java) from 2.0.0 to 3.0.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](maxmind/MaxMind-DB-Reader-java@v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: com.maxmind.db:maxmind-db dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0c80a7a commit 942c879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ingest-geoip/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
// geoip2 dependencies:
4444
api("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")
4545
api("com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}")
46-
api('com.maxmind.db:maxmind-db:2.0.0')
46+
api('com.maxmind.db:maxmind-db:3.0.0')
4747

4848
testImplementation 'org.elasticsearch:geolite2-databases:20191119'
4949
}

0 commit comments

Comments
 (0)