5.0 upgrade

Original commit: elastic/x-pack-elasticsearch@9627dadb00
This commit is contained in:
Martijn van Groningen 2016-10-26 16:42:27 +02:00
parent 926c04c00d
commit 791f74ded9
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ subprojects {
dependencies {
testCompile group: 'org.ini4j', name: 'ini4j', version:'0.5.2'
// Includes: junit, hamcrest and mockito
testCompile group: 'org.elasticsearch.test', name: 'framework', version: '5.0.0-rc1'
testCompile group: 'org.elasticsearch.test', name: 'framework', version: '5.0.0'
}
}