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.
44
44
<dependency>
45
45
<groupId>org.glassfish.expressly</groupId>
46
46
<artifactId>expressly</artifactId>
47
- <version>5.0.0-M2 </version>
47
+ <version>5.0.0</version>
48
48
</dependency>
49
49
50
50
* 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.
69
69
## Build from Source
70
70
71
71
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:
73
73
74
74
mvn clean install
75
75
You can’t perform that action at this time.
0 commit comments