Skip to content

Commit fc15c92

Browse files
committed
[Jenkins release job] README.md updated by release build 9.0.1.Final
1 parent eb3e3d7 commit fc15c92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hibernate Validator
22

3-
*Version: 9.0.0.Final - 2025-05-20*
3+
*Version: 9.0.1.Final - 2025-06-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.Final</version>
44+
<version>9.0.1.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.0.0.Final</version>
63+
<version>9.0.1.Final</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)