Comment From: mp911de
Project Dependencies Spring Data 2021.1.0-M1
- Cassandra Driver (com.datastax.oss:java-driver-bom): 4.12.0
- Couchbase Client (com.couchbase.client:java-client): 3.1.4
- Elasticsearch (org.elasticsearch.client:elasticsearch-rest-high-level-client): 7.13.3
- Jedis (redis.clients:jedis): 3.6.2
- Lettuce (io.lettuce:lettuce-core): 6.1.4.RELEASE
- MongoDB (org.mongodb:mongodb-driver-core): 4.3.0
- Neo4j Driver (org.neo4j.driver:neo4j-java-driver): 4.2.7
- Spring LDAP (org.springframework.ldap:spring-ldap-core): 2.3.4.RELEASE
Comment From: wilkinsona
Hopefully we can revert c00e885ac4e59f5d4ad949ec1d435e6426315c44 before switching to the M1 release.
Comment From: snicoll
@mp911de same remark for couchbase, we're on 3.1.6. However, neo4j is at 4.3.3
, not 4.2.7
. Can you confirm that's ok please?
Comment From: mp911de
For data dependencies, the versions defined in Spring Data projects express what should be used downstream. Let's stick to these as maintainers of each module deliberately chose which version they want to use for a particular release.
Comment From: snicoll
So they've updated after all so we're keeping the version.
Comment From: wilkinsona
The SD Couchbase milestone using 3.1.4 while the maintenance release in 2021.0 uses 3.1.5 is surprising. If there’s good reason to not be using 3.1.6 and 3.1.5, shouldn’t that be applied consistently?
Comment From: mp911de
Paging @daschl and @mikereiche
Comment From: daschl
Yeah, we should use 3.1.6 across the board I think. I'll work with @mikereiche to get those aligned.
Comment From: mp911de
Jedis 3.6.2 was just released and we've picked that one up for Spring Data Redis