From 1ce701c5d80e9ad6d27b41420111200587c1ff32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:37:21 +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.1.0.Final. - [Release notes](https://github.com/hibernate/hibernate-validator/releases) - [Changelog](https://github.com/hibernate/hibernate-validator/blob/main/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-validator/compare/7.0.1.Final...9.1.0.Final) --- updated-dependencies: - dependency-name: org.hibernate.validator:hibernate-validator dependency-version: 9.1.0.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 d1d94fb..313159f 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ repositories { dependencies { api "com.graphql-java:graphql-java:24.3" api "com.graphql-java:graphql-java-extended-scalars:24.0" - api "org.hibernate.validator:hibernate-validator:7.0.1.Final" + api "org.hibernate.validator:hibernate-validator:9.1.0.Final" api "org.glassfish:jakarta.el:4.0.2" testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'