From a7e574b9ea448bccf6f7ce776da32c5018cdba3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 14:32:00 +0000 Subject: [PATCH] Bump org.hibernate:hibernate-validator Bumps org.hibernate:hibernate-validator from 6.1.0.Final to 6.2.0.Final. --- updated-dependencies: - dependency-name: org.hibernate:hibernate-validator dependency-version: 6.2.0.Final dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dive-in-springboot-projects/jackson-polymorphism-demo/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dive-in-springboot-projects/jackson-polymorphism-demo/pom.xml b/dive-in-springboot-projects/jackson-polymorphism-demo/pom.xml index 6254519..2ed1378 100644 --- a/dive-in-springboot-projects/jackson-polymorphism-demo/pom.xml +++ b/dive-in-springboot-projects/jackson-polymorphism-demo/pom.xml @@ -35,7 +35,7 @@ org.hibernate hibernate-validator - 6.1.0.Final + 6.2.0.Final