File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ dependencies {
22
22
implementation project( ' :hibernate-reactive-core' )
23
23
24
24
// Hibernate Validator (optional)
25
- implementation ' org.hibernate.validator:hibernate-validator:7 .0.2 .Final'
26
- runtimeOnly ' org.glassfish:jakarta.el:3 .0.3 '
25
+ implementation ' org.hibernate.validator:hibernate-validator:8 .0.1 .Final'
26
+ runtimeOnly ' org.glassfish.expressly:expressly:5 .0.0 '
27
27
28
28
// JPA metamodel generation for criteria queries (optional)
29
29
annotationProcessor " org.hibernate.orm:hibernate-jpamodelgen:${ hibernateOrmVersion} "
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ dependencies {
22
22
implementation project( ' :hibernate-reactive-core' )
23
23
24
24
// Hibernate Validator (optional)
25
- implementation ' org.hibernate.validator:hibernate-validator:7 .0.2 .Final'
26
- runtimeOnly ' org.glassfish:jakarta.el:3 .0.3 '
25
+ implementation ' org.hibernate.validator:hibernate-validator:8 .0.1 .Final'
26
+ runtimeOnly ' org.glassfish.expressly:expressly:5 .0.0 '
27
27
28
28
// JPA metamodel generation for criteria queries (optional)
29
29
annotationProcessor " org.hibernate.orm:hibernate-jpamodelgen:${ hibernateOrmVersion} "
You can’t perform that action at this time.
0 commit comments