File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Hibernate Validator
2
2
3
- * Version: 9.0.0.Beta3 - 2024-09-04 *
3
+ * Version: 9.0.0.CR1 - 2024-12-13 *
4
4
5
5
[ ![ 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 )
6
6
[ ![ 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.
41
41
<dependency>
42
42
<groupId>org.hibernate.validator</groupId>
43
43
<artifactId>hibernate-validator</artifactId>
44
- <version>9.0.0.Beta3 </version>
44
+ <version>9.0.0.CR1 </version>
45
45
</dependency>
46
46
47
47
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:
60
60
<dependency>
61
61
<groupId>org.hibernate.validator</groupId>
62
62
<artifactId>hibernate-validator-cdi</artifactId>
63
- <version>9.0.0.Beta3 </version>
63
+ <version>9.0.0.CR1 </version>
64
64
</dependency>
65
65
66
66
* _ 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