Skip to content

Commit 04bdaaa

Browse files
DavideDSanne
authored andcommitted
[#1686] Examples: upgrade Hibernate Validator to 8.0.1.Final
1 parent a1b303b commit 04bdaaa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/native-sql-example/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}"

examples/session-example/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)