File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
7171You 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
You can’t perform that action at this time.
0 commit comments