File tree 2 files changed +10
-4
lines changed
rest-notes-spring-data-rest
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,14 @@ ext['spring-restdocs.version'] = '3.0.0-SNAPSHOT'
23
23
24
24
dependencies {
25
25
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
27
implementation " com.fasterxml.jackson.core:jackson-databind:2.13.1"
27
28
implementation " jakarta.servlet:jakarta.servlet-api:5.0.0"
28
29
implementation " org.hibernate.validator:hibernate-validator:7.0.0.Final"
29
30
implementation " org.hibernate:hibernate-core-jakarta:5.5.7.Final"
30
31
implementation " org.springframework:spring-webmvc"
31
- implementation " org.springframework.data:spring-data-jpa:3.0.0-SNAPSHOT "
32
- implementation " org.springframework.data:spring-data-rest-webmvc:4.0.0-SNAPSHOT "
32
+ implementation " org.springframework.data:spring-data-jpa"
33
+ implementation " org.springframework.data:spring-data-rest-webmvc"
33
34
34
35
runtimeOnly ' com.h2database:h2:2.0.206'
35
36
runtimeOnly ' org.atteo:evo-inflector:1.2.1'
Original file line number Diff line number Diff line change 24
24
<scope >import</scope >
25
25
<type >pom</type >
26
26
</dependency >
27
+ <dependency >
28
+ <groupId >org.springframework.data</groupId >
29
+ <artifactId >spring-data-bom</artifactId >
30
+ <version >2022.0.0-SNAPSHOT</version >
31
+ <scope >import</scope >
32
+ <type >pom</type >
33
+ </dependency >
27
34
</dependencies >
28
35
</dependencyManagement >
29
36
55
62
<dependency >
56
63
<groupId >org.springframework.data</groupId >
57
64
<artifactId >spring-data-jpa</artifactId >
58
- <version >3.0.0-SNAPSHOT</version >
59
65
</dependency >
60
66
<dependency >
61
67
<groupId >org.springframework.data</groupId >
62
68
<artifactId >spring-data-rest-webmvc</artifactId >
63
- <version >4.0.0-SNAPSHOT</version >
64
69
</dependency >
65
70
66
71
<dependency >
You can’t perform that action at this time.
0 commit comments