Skip to content

Commit 55d059c

Browse files
committed
[Jenkins release job] README.md updated by release build 9.0.0.CR1
1 parent da816e2 commit 55d059c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hibernate Validator
22

3-
*Version: 9.0.0.Beta3 - 2024-09-04*
3+
*Version: 9.0.0.CR1 - 2024-12-13*
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.0.0.Beta3</version>
44+
<version>9.0.0.CR1</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.0.0.Beta3</version>
63+
<version>9.0.0.CR1</version>
6464
</dependency>
6565

6666
* _hibernate-validator-annotation-processor-&lt;version&gt;.jar_ is an optional jar which can be integrated with your build

0 commit comments

Comments
 (0)