Comment From: mp911de

Spring Data dependencies:

  • org.mongodb:mongodb-driver-reactivestreams -> 1.12.0
  • org.mongodb:mongodb-driver-sync -> 3.11.2
  • io.lettuce:lettuce-core -> 5.2.2.RELEASE
  • redis.clients:jedis -> 3.1.0
  • com.datastax.cassandra:cassandra-driver-core -> 3.7.2
  • org.neo4j:neo4j-ogm-api -> 3.2.8
  • com.couchbase.client:java-client -> 2.7.12
  • org.elasticsearch.client:elasticsearch-rest-high-level-client -> 6.8.6
  • org.springframework.ldap:spring-ldap-core -> 2.3.2.RELEASE
  • org.apache.solr:solr-core -> 8.2.0

According to spring-boot-dependencies, versions are consistent.

Comment From: snicoll

@mp911de in the meantime there is a neo4j-ogm-api 3.2.9. Should we upgrade to it?

Comment From: mp911de

Yes, please. I missed that Spring Data was also upgraded to 3.2.9 (https://github.com/spring-projects/spring-data-neo4j/commit/97e521c2ad4d72f97eb9e3185c6dfd31975d1d1c).

Comment From: snicoll

Thanks Mark, this is now via #20330