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

@@ -27,15 +27,15 @@ configurations {
dependencies {
asciidoctorExtensions "org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion"
implementation platform("org.springframework:spring-framework-bom:6.0.0-M3")
implementation platform("org.springframework.data:spring-data-bom:2022.0.0-M3")
implementation platform("org.springframework:spring-framework-bom:6.0.0-SNAPSHOT")
implementation platform("org.springframework.data:spring-data-bom:2022.0.0-SNAPSHOT")
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.1"
implementation "jakarta.servlet:jakarta.servlet-api:5.0.0"
implementation "org.hibernate.validator:hibernate-validator:7.0.0.Final"
implementation "org.hibernate:hibernate-core-jakarta:5.5.7.Final"
implementation "org.springframework:spring-webmvc"
implementation "org.springframework.data:spring-data-jpa"
implementation "org.springframework.hateoas:spring-hateoas:2.0.0-M2"
implementation "org.springframework.hateoas:spring-hateoas:2.0.0-SNAPSHOT"
runtimeOnly 'com.h2database:h2:2.0.206'
runtimeOnly 'org.atteo:evo-inflector:1.2.1'