From 840f80ec2179ddf5093c5107a27c96d605101524 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 15:18:48 +0000 Subject: [PATCH] chore(deps): update hibernate core --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f8392f600e9..3d94655fb35 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,8 +6,8 @@ blaze = "1.6.6" caffeine = "2.9.3" compile-testing = "0.19" geb = "3.4.1" -hibernate = "5.5.9.Final" -hibernate-validator = "6.1.6.Final" +hibernate = "5.6.10.Final" +hibernate-validator = "6.2.3.Final" htmlSanityCheck = "1.1.6" htmlunit = "2.61.0" httpcomponents-client = "4.5.13"