File tree 3 files changed +3
-3
lines changed
rest-notes-spring-data-rest
rest-notes-spring-hateoas
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
31
31
implementation " com.fasterxml.jackson.core:jackson-databind:2.13.3"
32
32
implementation " jakarta.servlet:jakarta.servlet-api:5.0.0"
33
33
implementation " org.hibernate.validator:hibernate-validator:7.0.4.Final"
34
- implementation " org.hibernate:hibernate-core-jakarta:5.5.7 .Final"
34
+ implementation " org.hibernate:hibernate-core-jakarta:5.6.9 .Final"
35
35
implementation " org.springframework:spring-webmvc"
36
36
implementation " org.springframework.data:spring-data-jpa"
37
37
implementation " org.springframework.data:spring-data-rest-webmvc"
Original file line number Diff line number Diff line change 53
53
<dependency >
54
54
<groupId >org.hibernate</groupId >
55
55
<artifactId >hibernate-core-jakarta</artifactId >
56
- <version >5.5.7 .Final</version >
56
+ <version >5.6.9 .Final</version >
57
57
</dependency >
58
58
<dependency >
59
59
<groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
implementation " com.fasterxml.jackson.core:jackson-databind:2.13.3"
37
37
implementation " jakarta.servlet:jakarta.servlet-api:5.0.0"
38
38
implementation " org.hibernate.validator:hibernate-validator:7.0.4.Final"
39
- implementation " org.hibernate:hibernate-core-jakarta:5.5.7 .Final"
39
+ implementation " org.hibernate:hibernate-core-jakarta:5.6.9 .Final"
40
40
implementation " org.springframework:spring-webmvc"
41
41
implementation " org.springframework.data:spring-data-jpa"
42
42
implementation " org.springframework.hateoas:spring-hateoas:2.0.0-M3"
You can’t perform that action at this time.
0 commit comments