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 {
2222 implementation project( ' :hibernate-reactive-core' )
2323
2424 // 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 '
2727
2828 // JPA metamodel generation for criteria queries (optional)
2929 annotationProcessor " org.hibernate.orm:hibernate-jpamodelgen:${ hibernateOrmVersion} "
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ dependencies {
2222 implementation project( ' :hibernate-reactive-core' )
2323
2424 // 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 '
2727
2828 // JPA metamodel generation for criteria queries (optional)
2929 annotationProcessor " org.hibernate.orm:hibernate-jpamodelgen:${ hibernateOrmVersion} "
You can’t perform that action at this time.
0 commit comments