File tree 3 files changed +3
-3
lines changed
integration-tests/hibernate-validator-postgres-it
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
27
27
implementation project( ' :hibernate-reactive-core' )
28
28
29
29
// Hibernate Validator (optional)
30
- implementation ' org.hibernate.validator:hibernate-validator:8.0.1 .Final'
30
+ implementation ' org.hibernate.validator:hibernate-validator:8.0.2 .Final'
31
31
runtimeOnly ' org.glassfish.expressly:expressly:5.0.0'
32
32
33
33
// JPA metamodel generation for criteria queries (optional)
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
27
27
implementation project( ' :hibernate-reactive-core' )
28
28
29
29
// Hibernate Validator (optional)
30
- implementation ' org.hibernate.validator:hibernate-validator:8.0.1 .Final'
30
+ implementation ' org.hibernate.validator:hibernate-validator:8.0.2 .Final'
31
31
runtimeOnly ' org.glassfish.expressly:expressly:5.0.0'
32
32
33
33
// JPA metamodel generation for criteria queries (optional)
Original file line number Diff line number Diff line change 22
22
23
23
dependencies {
24
24
implementation project(' :hibernate-reactive-core' )
25
- implementation " org.hibernate.validator:hibernate-validator:8.0.1 .Final"
25
+ implementation " org.hibernate.validator:hibernate-validator:8.0.2 .Final"
26
26
runtimeOnly ' org.glassfish.expressly:expressly:5.0.0'
27
27
28
28
// JPA metamodel generation for criteria queries (optional)
You can’t perform that action at this time.
0 commit comments