Start building samples against Framework, Data, and HATEOAS snapshots

See gh-794
See gh-795
This commit is contained in:
Andy Wilkinson
2022-04-12 10:57:09 +01:00
parent 170e9c5b5c
commit 169c29b9a4
7 changed files with 11 additions and 11 deletions

View File

@@ -20,14 +20,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>6.0.0-M3</version>
<version>6.0.0-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-bom</artifactId>
<version>2022.0.0-M3</version>
<version>2022.0.0-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>