From aacb878d76110c27d33b0ebd401c6fc5ab7b5907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 08:19:43 +0000 Subject: [PATCH] Bump org.hibernate.validator:hibernate-validator Bumps [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) from 7.0.1.Final to 9.0.1.Final. - [Changelog](https://github.com/hibernate/hibernate-validator/blob/9.0.1.Final/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-validator/compare/7.0.1.Final...9.0.1.Final) --- updated-dependencies: - dependency-name: org.hibernate.validator:hibernate-validator dependency-version: 9.0.1.Final dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5404683..6fc3b06 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ repositories { dependencies { api "com.graphql-java:graphql-java:24.1" api "com.graphql-java:graphql-java-extended-scalars:22.0" - api "org.hibernate.validator:hibernate-validator:7.0.1.Final" + api "org.hibernate.validator:hibernate-validator:9.0.1.Final" api "org.glassfish:jakarta.el:4.0.2" testImplementation 'org.slf4j:slf4j-simple:1.7.31'