diff --git a/bom-client/pom.xml b/bom-client/pom.xml index 59eaf12..438c445 100644 --- a/bom-client/pom.xml +++ b/bom-client/pom.xml @@ -9,7 +9,7 @@ org.springframework.data spring-data-bom - 2020.0.0-SNAPSHOT + 2021.0.0-SNAPSHOT ../bom diff --git a/bom/pom.xml b/bom/pom.xml index 9f9d364..5573282 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.data spring-data-bom - 2020.0.0-SNAPSHOT + 2021.0.0-SNAPSHOT pom Spring Data Release Train - BOM @@ -74,135 +74,135 @@ org.springframework.data spring-data-cassandra - 3.1.0 + 3.2.0-SNAPSHOT org.springframework.data spring-data-commons - 2.4.0 + 2.5.0-SNAPSHOT org.springframework.data spring-data-couchbase - 4.1.0 + 4.2.0-SNAPSHOT org.springframework.data spring-data-elasticsearch - 4.1.0 + 4.2.0-SNAPSHOT org.springframework.data spring-data-gemfire - 2.4.0 + 2.5.0-SNAPSHOT org.springframework.data spring-data-geode - 2.4.0 + 2.5.0-SNAPSHOT org.springframework.data spring-data-jdbc - 2.1.0 + 2.2.0-SNAPSHOT org.springframework.data spring-data-relational - 2.1.0 + 2.2.0-SNAPSHOT org.springframework.data spring-data-jpa - 2.4.0 + 2.5.0-SNAPSHOT org.springframework.data spring-data-mongodb - 3.1.0 + 3.2.0-SNAPSHOT org.springframework.data spring-data-neo4j - 6.0.0 + 6.1.0-SNAPSHOT org.springframework.data spring-data-r2dbc - 1.2.0 + 1.3.0-SNAPSHOT org.springframework.data spring-data-redis - 2.4.0 + 2.5.0-SNAPSHOT org.springframework.data spring-data-rest-webmvc - 3.4.0 + 3.5.0-SNAPSHOT org.springframework.data spring-data-rest-core - 3.4.0 + 3.5.0-SNAPSHOT org.springframework.data spring-data-rest-hal-explorer - 3.4.0 + 3.5.0-SNAPSHOT org.springframework.data spring-data-solr - 4.3.0 + 4.4.0-SNAPSHOT org.springframework.data spring-data-keyvalue - 2.4.0 + 2.5.0-SNAPSHOT org.springframework.data spring-data-envers - 2.4.0 + 2.5.0-SNAPSHOT org.springframework.data spring-data-ldap - 2.4.0 + 2.5.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 063641d..e5374f7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.data spring-data-bom-parent - 2020.0.0-SNAPSHOT + 2021.0.0-SNAPSHOT pom Spring Data Release Train - BOM Infrastructure