Skip to content

Commit 9f8ae25

Browse files
committed
Update Hibernate Validator javadoc link
Align the version of the javadoc to which we link with the version that is supported. Closes gh-1014
1 parent 6b420a3 commit 9f8ae25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ nohttp {
3535
ext {
3636
javadocLinks = [
3737
"https://docs.spring.io/spring-framework/docs/$springFrameworkVersion/javadoc-api/",
38-
"https://docs.jboss.org/hibernate/validator/7.0/api/",
38+
"https://docs.hibernate.org/validator/8.0/api/",
3939
"https://jakarta.ee/specifications/bean-validation/3.0/apidocs/"
4040
] as String[]
4141
}

0 commit comments

Comments
 (0)