Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency org.springframework.data:spring-data-elasticsearch to v3 - autoclosed #571

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {

testImplementation group: 'org.elasticsearch', name: 'elasticsearch', version: '2.0.0'

testImplementation group: 'org.springframework.data', name: 'spring-data-elasticsearch', version: '2.0.0.RELEASE'
testImplementation group: 'org.springframework.data', name: 'spring-data-elasticsearch', version: '3.2.0.M1'

testImplementation group: 'net.java.dev.jna', name: 'jna', version: '4.5.1'
testImplementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.0'
Expand All @@ -45,5 +45,5 @@ dependencies {
// ^ is needed because we are using a newer version of jackson that isn't compatible without this.

latestDepTestImplementation group: 'org.elasticsearch', name: 'elasticsearch', version: '2.4.6'
latestDepTestImplementation group: 'org.springframework.data', name: 'spring-data-elasticsearch', version: '2.1.15.RELEASE'
latestDepTestImplementation group: 'org.springframework.data', name: 'spring-data-elasticsearch', version: '3.2.0.M1'
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
testImplementation group: 'org.elasticsearch.client', name: 'transport', version: '5.3.0'

// Unfortunately this will bump the transport version up to 5.5.0.
testImplementation group: 'org.springframework.data', name: 'spring-data-elasticsearch', version: '3.0.0.RELEASE'
testImplementation group: 'org.springframework.data', name: 'spring-data-elasticsearch', version: '3.2.0.M1'

latestDepTestImplementation group: 'org.elasticsearch.plugin', name: 'transport-netty3-client', version: '5.+'
latestDepTestImplementation group: 'org.elasticsearch.client', name: 'transport', version: '5.+'
Expand Down