Skip to content

Commit e1dad3f

Browse files
committed
Upgrade samples to use latest milestones of dependencies
1 parent 4cf5892 commit e1dad3f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

samples/rest-notes-slate/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ext['spring-restdocs.version'] = '3.0.0-SNAPSHOT'
2323

2424
dependencies {
2525
implementation platform("org.springframework:spring-framework-bom:6.0.0-M2")
26-
implementation platform("org.springframework.data:spring-data-bom:2022.0.0-SNAPSHOT")
26+
implementation platform("org.springframework.data:spring-data-bom:2022.0.0-M1")
2727
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.1"
2828
implementation "jakarta.servlet:jakarta.servlet-api:5.0.0"
2929
implementation "org.hibernate.validator:hibernate-validator:7.0.0.Final"

samples/rest-notes-spring-data-rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.springframework.data</groupId>
2929
<artifactId>spring-data-bom</artifactId>
30-
<version>2022.0.0-SNAPSHOT</version>
30+
<version>2022.0.0-M1</version>
3131
<scope>import</scope>
3232
<type>pom</type>
3333
</dependency>

samples/rest-notes-spring-hateoas/build.gradle

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ dependencies {
2828
asciidoctorExtensions "org.springframework.restdocs:spring-restdocs-asciidoctor:$restdocsVersion"
2929

3030
implementation platform("org.springframework:spring-framework-bom:6.0.0-M2")
31+
implementation platform("org.springframework.data:spring-data-bom:2022.0.0-M1")
3132
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.1"
3233
implementation "jakarta.servlet:jakarta.servlet-api:5.0.0"
3334
implementation "org.hibernate.validator:hibernate-validator:7.0.0.Final"
3435
implementation "org.hibernate:hibernate-core-jakarta:5.5.7.Final"
3536
implementation "org.springframework:spring-webmvc"
36-
implementation "org.springframework.data:spring-data-jpa:3.0.0-SNAPSHOT"
37-
implementation "org.springframework.hateoas:spring-hateoas:2.0.0-SNAPSHOT"
37+
implementation "org.springframework.data:spring-data-jpa"
38+
implementation "org.springframework.hateoas:spring-hateoas:2.0.0-M1"
3839

3940
runtimeOnly 'com.h2database:h2:1.4.200'
4041
runtimeOnly 'org.atteo:evo-inflector:1.2.1'

0 commit comments

Comments
 (0)