From e7253259afb59520699165299159783fb49df9ac Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 25 May 2025 12:53:38 +0200 Subject: [PATCH 1/2] build: upgrade dependencies for Java 25 #119 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index f6d6baf..0f707c2 100644 --- a/pom.xml +++ b/pom.xml @@ -24,8 +24,8 @@ 1.5 1.6.8 5.5.1 - 5.17.0 - 3.27.3 + 5.20.0 + 3.27.6 @@ -92,8 +92,8 @@ test - org.hibernate - 6.2.1.Final + org.hibernate.validator + 8.0.1.Final hibernate-validator test From d9762c94f3a5fdbb61e062cc24cece619d62d73f Mon Sep 17 00:00:00 2001 From: Andreas Kutschera Date: Sat, 11 Oct 2025 22:40:44 +0200 Subject: [PATCH 2/2] fix: revert hibernate-validator upgrade #119 It broke a test, and since it's a test dependency, we can roll back. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0f707c2..357064b 100644 --- a/pom.xml +++ b/pom.xml @@ -92,8 +92,8 @@ test - org.hibernate.validator - 8.0.1.Final + org.hibernate + 6.2.1.Final hibernate-validator test