File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
rest-notes-spring-data-rest
rest-notes-spring-hateoas Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
3131 implementation " com.fasterxml.jackson.core:jackson-databind:2.13.3"
3232 implementation " jakarta.servlet:jakarta.servlet-api:5.0.0"
3333 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"
3535 implementation " org.springframework:spring-webmvc"
3636 implementation " org.springframework.data:spring-data-jpa"
3737 implementation " org.springframework.data:spring-data-rest-webmvc"
Original file line number Diff line number Diff line change 5353 <dependency >
5454 <groupId >org.hibernate</groupId >
5555 <artifactId >hibernate-core-jakarta</artifactId >
56- <version >5.5.7 .Final</version >
56+ <version >5.6.9 .Final</version >
5757 </dependency >
5858 <dependency >
5959 <groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
3636 implementation " com.fasterxml.jackson.core:jackson-databind:2.13.3"
3737 implementation " jakarta.servlet:jakarta.servlet-api:5.0.0"
3838 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"
4040 implementation " org.springframework:spring-webmvc"
4141 implementation " org.springframework.data:spring-data-jpa"
4242 implementation " org.springframework.hateoas:spring-hateoas:2.0.0-M3"
You can’t perform that action at this time.
0 commit comments