File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Hibernate Validator
22
3- * Version: 9.1.0.CR1 - 2025-10-29 *
3+ * Version: 9.1.0.Final - 2025-11-07 *
44
55[ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.hibernate.validator/hibernate-validator.svg?label=Maven%20Central&style=for-the-badge )] ( https://central.sonatype.com/search?namespace=org.hibernate.validator&sort=name )
66[ ![ Build Status] ( https://img.shields.io/jenkins/build?jobUrl=https://ci.hibernate.org/view/Validator/job/hibernate-validator/job/main/&style=for-the-badge )] ( https://ci.hibernate.org/view/Validator/job/hibernate-validator/job/main/ )
@@ -41,7 +41,7 @@ Logging will delegate any log requests to that provider.
4141 <dependency >
4242 <groupId >org.hibernate.validator</groupId >
4343 <artifactId >hibernate-validator</artifactId >
44- <version >9.1.0.CR1 </version >
44+ <version >9.1.0.Final </version >
4545 </dependency >
4646 ```
4747 You also need an API and implementation of the Unified Expression Language. These dependencies must be explicitly added in an SE environment.
@@ -60,7 +60,7 @@ extension by adding the following dependency:
6060 <dependency >
6161 <groupId >org.hibernate.validator</groupId >
6262 <artifactId >hibernate-validator-cdi</artifactId >
63- <version >9.1.0.CR1 </version >
63+ <version >9.1.0.Final </version >
6464 </dependency >
6565 ```
6666* _hibernate-validator-annotation-processor-< version> .jar_ is an optional jar which can be integrated with your build
You can’t perform that action at this time.
0 commit comments