Skip to content

Commit 46a1af5

Browse files
committed
update to Hibernate Validator 9
1 parent 0cd8e94 commit 46a1af5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/src/main/asciidoc/introduction/Introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ dependencies {
186186
annotationProcessor 'org.hibernate.orm:hibernate-processor:{fullVersion}'
187187
188188
// Hibernate Validator
189-
implementation 'org.hibernate.validator:hibernate-validator:8.0.1.Final'
189+
implementation 'org.hibernate.validator:hibernate-validator:9.0.0.Final'
190190
implementation 'org.glassfish:jakarta.el:4.0.2'
191191
192192
// Agroal connection pool

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ dependencyResolutionManagement {
179179

180180
def jfrUnitVersion = version "jfrUnit", "1.0.0.Alpha2"
181181

182-
def hibernateValidatorVersion = version "hibernateValidator", "9.0.0.Beta3"
182+
def hibernateValidatorVersion = version "hibernateValidator", "9.0.0.Final"
183183

184184
library( "validator", "org.hibernate.validator", "hibernate-validator" ).versionRef( hibernateValidatorVersion )
185185

0 commit comments

Comments
 (0)