diff --git a/plugins/ingest-geoip/build.gradle b/plugins/ingest-geoip/build.gradle index 7eee668793c..eee032d6d16 100644 --- a/plugins/ingest-geoip/build.gradle +++ b/plugins/ingest-geoip/build.gradle @@ -23,11 +23,11 @@ esplugin { } dependencies { - compile ('com.maxmind.geoip2:geoip2:2.4.0') + compile ('com.maxmind.geoip2:geoip2:2.6.0') // geoip2 dependencies: - compile('com.fasterxml.jackson.core:jackson-annotations:2.5.0') - compile('com.fasterxml.jackson.core:jackson-databind:2.5.3') - compile('com.maxmind.db:maxmind-db:1.0.1') + compile('com.fasterxml.jackson.core:jackson-annotations:2.7.1') + compile('com.fasterxml.jackson.core:jackson-databind:2.7.1') + compile('com.maxmind.db:maxmind-db:1.2.0') testCompile 'org.elasticsearch:geolite2-databases:20151029' } @@ -60,4 +60,4 @@ thirdPartyAudit.excludes = [ 'com.google.api.client.http.HttpResponseException', 'com.google.api.client.http.javanet.NetHttpTransport', 'com.google.api.client.http.javanet.NetHttpTransport', -] \ No newline at end of file +] diff --git a/plugins/ingest-geoip/licenses/geoip2-2.4.0.jar.sha1 b/plugins/ingest-geoip/licenses/geoip2-2.4.0.jar.sha1 deleted file mode 100644 index 485286f06a4..00000000000 --- a/plugins/ingest-geoip/licenses/geoip2-2.4.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ad40667ae87138e0aed075d2c15884497fa64acc \ No newline at end of file diff --git a/plugins/ingest-geoip/licenses/geoip2-2.6.0.jar.sha1 b/plugins/ingest-geoip/licenses/geoip2-2.6.0.jar.sha1 new file mode 100644 index 00000000000..ba5a0242ec8 --- /dev/null +++ b/plugins/ingest-geoip/licenses/geoip2-2.6.0.jar.sha1 @@ -0,0 +1 @@ +2574c8b878f1cd39709559f1b96f1b5f0cdd69d3 \ No newline at end of file diff --git a/plugins/ingest-geoip/licenses/jackson-annotations-2.5.0.jar.sha1 b/plugins/ingest-geoip/licenses/jackson-annotations-2.5.0.jar.sha1 deleted file mode 100644 index 862ac6f304f..00000000000 --- a/plugins/ingest-geoip/licenses/jackson-annotations-2.5.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -a2a55a3375bc1cef830ca426d68d2ea22961190e diff --git a/plugins/ingest-geoip/licenses/jackson-annotations-2.7.1.jar.sha1 b/plugins/ingest-geoip/licenses/jackson-annotations-2.7.1.jar.sha1 new file mode 100644 index 00000000000..69b45742d84 --- /dev/null +++ b/plugins/ingest-geoip/licenses/jackson-annotations-2.7.1.jar.sha1 @@ -0,0 +1 @@ +8b93f301823b79033fcbe873779b3d84f9730fc1 \ No newline at end of file diff --git a/plugins/ingest-geoip/licenses/jackson-databind-2.5.3.jar.sha1 b/plugins/ingest-geoip/licenses/jackson-databind-2.5.3.jar.sha1 deleted file mode 100644 index cdc66958059..00000000000 --- a/plugins/ingest-geoip/licenses/jackson-databind-2.5.3.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -c37875ff66127d93e5f672708cb2dcc14c8232ab diff --git a/plugins/ingest-geoip/licenses/jackson-databind-2.7.1.jar.sha1 b/plugins/ingest-geoip/licenses/jackson-databind-2.7.1.jar.sha1 new file mode 100644 index 00000000000..d9b4ca6a79b --- /dev/null +++ b/plugins/ingest-geoip/licenses/jackson-databind-2.7.1.jar.sha1 @@ -0,0 +1 @@ +14d88822bca655de7aa6ed3e4c498d115505710a \ No newline at end of file diff --git a/plugins/ingest-geoip/licenses/maxmind-db-1.0.1.jar.sha1 b/plugins/ingest-geoip/licenses/maxmind-db-1.0.1.jar.sha1 deleted file mode 100644 index 6cb749e35ae..00000000000 --- a/plugins/ingest-geoip/licenses/maxmind-db-1.0.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -305429b84dbcd1cc3d393686f412cdcaec9cdbe6 \ No newline at end of file diff --git a/plugins/ingest-geoip/licenses/maxmind-db-1.2.0.jar.sha1 b/plugins/ingest-geoip/licenses/maxmind-db-1.2.0.jar.sha1 new file mode 100644 index 00000000000..ae48403db39 --- /dev/null +++ b/plugins/ingest-geoip/licenses/maxmind-db-1.2.0.jar.sha1 @@ -0,0 +1 @@ +b842823f24555f5d26608fef8122898365b3cd63 \ No newline at end of file