Skip to content

Commit 6d66634

Browse files
committed
[Jenkins release job] README.md updated by release build 9.0.0.Beta1
1 parent 9921bb7 commit 6d66634

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: 8.0.1.Final - 2023-06-20*
3+
*Version: 9.0.0.Beta1 - 2024-08-01*
44

55

66
## What is it?
@@ -35,7 +35,7 @@ Logging will delegate any log requests to that provider.
3535
<dependency>
3636
<groupId>org.hibernate.validator</groupId>
3737
<artifactId>hibernate-validator</artifactId>
38-
<version>8.0.1.Final</version>
38+
<version>9.0.0.Beta1</version>
3939
</dependency>
4040

4141
You also need an API and implementation of the Unified Expression Language. These dependencies must be explicitly added in an SE environment.
@@ -54,7 +54,7 @@ extension by adding the following dependency:
5454
<dependency>
5555
<groupId>org.hibernate.validator</groupId>
5656
<artifactId>hibernate-validator-cdi</artifactId>
57-
<version>8.0.1.Final</version>
57+
<version>9.0.0.Beta1</version>
5858
</dependency>
5959

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

0 commit comments

Comments
 (0)