diff --git a/bom-client/pom.xml b/bom-client/pom.xml
index 4af7bdf..0e3afb2 100644
--- a/bom-client/pom.xml
+++ b/bom-client/pom.xml
@@ -9,7 +9,7 @@
org.springframework.data
spring-data-bom
- 2021.1.0-SNAPSHOT
+ 2022.1.0-SNAPSHOT
../bom
@@ -40,7 +40,7 @@
org.apache.maven.plugins
maven-dependency-plugin
- 3.1.2
+ 3.2.0
purge-local-repository
@@ -106,6 +106,11 @@
spring-data-jdbc
+
+ org.springframework.data
+ spring-data-r2dbc
+
+
org.springframework.data
spring-data-relational
@@ -117,6 +122,11 @@
spring-data-jpa
+
+ org.springframework.data
+ spring-data-envers
+
+
org.springframework.data
@@ -129,12 +139,6 @@
spring-data-neo4j
-
-
- org.springframework.data
- spring-data-r2dbc
-
-
org.springframework.data
@@ -161,12 +165,6 @@
spring-data-keyvalue
-
-
- org.springframework.data
- spring-data-envers
-
-
org.springframework.data
diff --git a/bom/pom.xml b/bom/pom.xml
index 150d83a..ec9a87a 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.data
spring-data-bom
- 2021.1.0-SNAPSHOT
+ 2022.1.0-SNAPSHOT
pom
Spring Data Release Train - BOM
@@ -48,7 +48,7 @@
Apache License, Version 2.0
https://www.apache.org/licenses/LICENSE-2.0
- Copyright 2010-2020 the original author or authors.
+ Copyright 2010 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -74,55 +74,67 @@
org.springframework.data
spring-data-cassandra
- 3.3.0-SNAPSHOT
+ 4.0.0-SNAPSHOT
org.springframework.data
spring-data-commons
- 2.6.0-SNAPSHOT
+ 3.0.0-SNAPSHOT
org.springframework.data
spring-data-couchbase
- 4.3.0-SNAPSHOT
+ 5.0.0-SNAPSHOT
org.springframework.data
spring-data-elasticsearch
- 4.3.0-SNAPSHOT
+ 5.0.0-SNAPSHOT
org.springframework.data
spring-data-geode
- 2.6.0-SNAPSHOT
+ 3.0.0-SNAPSHOT
org.springframework.data
spring-data-jdbc
- 2.3.0-SNAPSHOT
+ 3.0.0-SNAPSHOT
+
+
+
+ org.springframework.data
+ spring-data-r2dbc
+ 3.0.0-SNAPSHOT
org.springframework.data
spring-data-relational
- 2.3.0-SNAPSHOT
+ 3.0.0-SNAPSHOT
org.springframework.data
spring-data-jpa
- 2.6.0-SNAPSHOT
+ 3.0.0-SNAPSHOT
+
+
+
+ org.springframework.data
+ spring-data-envers
+ 3.0.0-SNAPSHOT
@@ -136,59 +148,47 @@
org.springframework.data
spring-data-neo4j
- 6.2.0-SNAPSHOT
-
-
-
-
- org.springframework.data
- spring-data-r2dbc
- 1.4.0-SNAPSHOT
+ 7.0.0-SNAPSHOT
org.springframework.data
spring-data-redis
- 2.6.0-SNAPSHOT
+ 3.0.0-SNAPSHOT
org.springframework.data
spring-data-rest-webmvc
- 3.6.0-SNAPSHOT
+ 4.0.0-SNAPSHOT
+
org.springframework.data
spring-data-rest-core
- 3.6.0-SNAPSHOT
+ 4.0.0-SNAPSHOT
+
org.springframework.data
spring-data-rest-hal-explorer
- 3.6.0-SNAPSHOT
+ 4.0.0-SNAPSHOT
org.springframework.data
spring-data-keyvalue
- 2.6.0-SNAPSHOT
-
-
-
-
- org.springframework.data
- spring-data-envers
- 2.6.0-SNAPSHOT
+ 3.0.0-SNAPSHOT
org.springframework.data
spring-data-ldap
- 2.6.0-SNAPSHOT
+ 3.0.0-SNAPSHOT
@@ -199,7 +199,7 @@
org.codehaus.mojo
flatten-maven-plugin
- 1.2.2
+ 1.2.7
flatten
@@ -244,7 +244,7 @@
org.jfrog.buildinfo
artifactory-maven-plugin
- 3.2.3
+ 3.3.0
build-info
@@ -300,7 +300,7 @@
org.apache.maven.plugins
maven-enforcer-plugin
- 3.0.0-M3
+ 3.0.0
enforce-release-rules
@@ -311,7 +311,7 @@
- [1.8,1.9)
+ 17
diff --git a/pom.xml b/pom.xml
index 4ff6905..90f74a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.data
spring-data-bom-parent
- 2021.1.0-SNAPSHOT
+ 2022.1.0-SNAPSHOT
pom
Spring Data Release Train - BOM Infrastructure