Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ dependencies {
annotationProcessor 'org.hibernate.orm:hibernate-processor:{fullVersion}'

// Hibernate Validator
implementation 'org.hibernate.validator:hibernate-validator:8.0.1.Final'
implementation 'org.hibernate.validator:hibernate-validator:9.0.0.Final'
implementation 'org.glassfish:jakarta.el:4.0.2'

// Agroal connection pool
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ dependencyResolutionManagement {

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

def hibernateValidatorVersion = version "hibernateValidator", "9.0.0.Beta3"
def hibernateValidatorVersion = version "hibernateValidator", "9.0.0.Final"

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

Expand Down
Loading