Skip to content

Commit

Permalink
Dependencies: Update to Elasticsearch 6.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spinscale committed Mar 21, 2018
1 parent 4efb109 commit cd5b178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath "org.elasticsearch.gradle:build-tools:6.2.2"
classpath "org.elasticsearch.gradle:build-tools:6.2.3"
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3"
}
}
Expand All @@ -21,7 +21,7 @@ plugins {
import de.undercouch.gradle.tasks.download.Download

group = 'de.spinscale.elasticsearch.plugin.ingest'
version = '6.2.2.1-SNAPSHOT'
version = '6.2.3.1-SNAPSHOT'

apply plugin: 'java'
apply plugin: 'elasticsearch.esplugin'
Expand Down

0 comments on commit cd5b178

Please sign in to comment.