Skip to content

Commit 13a3c10

Browse files
committed
Update JDK version required for building HV and Expressly version
1 parent 3e32eef commit 13a3c10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Logging will delegate any log requests to that provider.
4444
<dependency>
4545
<groupId>org.glassfish.expressly</groupId>
4646
<artifactId>expressly</artifactId>
47-
<version>5.0.0-M2</version>
47+
<version>5.0.0</version>
4848
</dependency>
4949

5050
* Jakarta Bean Validation defines integration points with [CDI](http://jcp.org/en/jsr/detail?id=346). If your application runs
@@ -69,7 +69,7 @@ the Apache Software License 2.0. Refer to license.txt for more information.
6969
## Build from Source
7070

7171
You can build Hibernate Validator from source by cloning the git repository `git://github.com/hibernate/hibernate-validator.git`.
72-
You will also need a JDK 8+ and Maven 3 (>= 3.3.1). With these prerequisites in place you can compile the source via:
72+
You will also need a JDK 17+ and Maven 3 (>= 3.3.1). With these prerequisites in place you can compile the source via:
7373

7474
mvn clean install
7575

0 commit comments

Comments
 (0)