File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ the Apache Software License 2.0. Refer to license.txt for more information.
75
75
## Build from Source
76
76
77
77
You can build Hibernate Validator from source by cloning the git repository ` git://github.com/hibernate/hibernate-validator.git ` .
78
- You will also need a JDK 17 + and Maven 3 (>= 3.9.8 ). With these prerequisites in place you can compile the source via:
78
+ You will also need a JDK 21 + and Maven 3 (>= 3.9.9 ). With these prerequisites in place you can compile the source via:
79
79
80
80
mvn clean install
81
81
Original file line number Diff line number Diff line change 403
403
404
404
<!-- JDK version required for the build -->
405
405
<!-- Remember to update README when changing the version here. -->
406
- <jdk .min.version>17 </jdk .min.version>
406
+ <jdk .min.version>21 </jdk .min.version>
407
407
<!-- Maven version required for the build -->
408
408
<!--
409
409
When changing the version here, remember to:
1692
1692
<configuration >
1693
1693
<rules >
1694
1694
<requireReleaseDeps />
1695
- <requireJavaVersion >
1696
- <version >[17,18)</version >
1697
- </requireJavaVersion >
1698
1695
</rules >
1699
1696
<fail >true</fail >
1700
1697
</configuration >
You can’t perform that action at this time.
0 commit comments