Skip to content

Commit

Permalink
Upgrade samples to use latest milestones of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Jan 17, 2022
1 parent 4cf5892 commit e1dad3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/rest-notes-slate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ext['spring-restdocs.version'] = '3.0.0-SNAPSHOT'

dependencies {
implementation platform("org.springframework:spring-framework-bom:6.0.0-M2")
implementation platform("org.springframework.data:spring-data-bom:2022.0.0-SNAPSHOT")
implementation platform("org.springframework.data:spring-data-bom:2022.0.0-M1")
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"
Expand Down
2 changes: 1 addition & 1 deletion samples/rest-notes-spring-data-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-bom</artifactId>
<version>2022.0.0-SNAPSHOT</version>
<version>2022.0.0-M1</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
5 changes: 3 additions & 2 deletions samples/rest-notes-spring-hateoas/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ dependencies {
asciidoctorExtensions "org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion"

implementation platform("org.springframework:spring-framework-bom:6.0.0-M2")
implementation platform("org.springframework.data:spring-data-bom:2022.0.0-M1")
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:3.0.0-SNAPSHOT"
implementation "org.springframework.hateoas:spring-hateoas:2.0.0-SNAPSHOT"
implementation "org.springframework.data:spring-data-jpa"
implementation "org.springframework.hateoas:spring-hateoas:2.0.0-M1"

runtimeOnly 'com.h2database:h2:1.4.200'
runtimeOnly 'org.atteo:evo-inflector:1.2.1'
Expand Down

0 comments on commit e1dad3f

Please sign in to comment.