Skip to content

Commit

Permalink
Merge pull request #513 from DataDog/mar-kolya/fix-es-53-build
Browse files Browse the repository at this point in the history
lock version of spring-data-es to avoid upgrading ES to 6.x.x in 5.3 …
  • Loading branch information
mar-kolya committed Sep 24, 2018
2 parents 76876e7 + dfba972 commit 2a22ee1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ dependencies {

latestDepTestCompile group: 'org.elasticsearch.plugin', name: 'transport-netty3-client', version: '5.+'
latestDepTestCompile group: 'org.elasticsearch.client', name: 'transport', version: '5.+'
latestDepTestCompile group: 'org.springframework.data', name: 'spring-data-elasticsearch', version: '3.+'
latestDepTestCompile group: 'org.springframework.data', name: 'spring-data-elasticsearch', version: '3.0.+'
}

0 comments on commit 2a22ee1

Please sign in to comment.