Comment From: mp911de

Spring Data dependencies:

  • org.mongodb:mongodb-driver-reactivestreams -> 1.9.2
  • org.mongodb:mongodb-driver-sync -> 3.8.2
  • io.lettuce:lettuce-core -> 5.1.8.RELEASE
  • redis.clients:jedis -> 2.9.3
  • com.datastax.cassandra:cassandra-driver-core -> 3.6.0
  • org.neo4j:neo4j-ogm-api -> ~~3.1.16 (Spring Data Neo4j will upgrade today to 3.1.16)~~ 3.1.17
  • com.couchbase.client:java-client -> 2.6.2 (Spring Boot 2.7.12)
  • org.elasticsearch.client:elasticsearch-rest-high-level-client -> 6.2.2 (Spring Boot 6.4.3)
  • org.springframework.ldap:spring-ldap-core -> 2.3.2.RELEASE
  • org.apache.solr:solr-core -> 7.7.2

Comment From: mp911de

Note the changed increment for Neo4j to 3.1.17 (instead of 3.1.16).

Comment From: snicoll

Thanks @mp911de, the neo4j upgrade is tacked in #20322