Skip to content

Commit 8ae2b11

Browse files
committed
Add a note to maxmind depenedency of the ingest-geoip module that what upgrading the dependency, apply same to the logstash-bridge.
1 parent 65d9b9c commit 8ae2b11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/ingest-geoip/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ dependencies {
3434
runtimeOnly("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")
3535
runtimeOnly("com.fasterxml.jackson.core:jackson-databind:${versions.jackson}")
3636
runtimeOnly("com.fasterxml.jackson.core:jackson-core:${versions.jackson}")
37+
// when you upgrade maxmind dependency, please also do so in libs/logstash-bridge/build.gradle
38+
// elastic_integration plugin embeds this module but references through logstash-bridge
3739
implementation('com.maxmind.db:maxmind-db:3.1.1')
3840

3941
testImplementation 'org.elasticsearch:geolite2-databases:20191119'

0 commit comments

Comments
 (0)