From 4197ebd72e1273351822b33c883309bce43446ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:49:53 +0000 Subject: [PATCH] Replace dependency org.hibernate:hibernate-core with org.hibernate.orm:hibernate-core --- onebusaway-gtfs-hibernate/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/onebusaway-gtfs-hibernate/pom.xml b/onebusaway-gtfs-hibernate/pom.xml index 6b15ddae..fcca1e68 100644 --- a/onebusaway-gtfs-hibernate/pom.xml +++ b/onebusaway-gtfs-hibernate/pom.xml @@ -20,9 +20,9 @@ ${project.version} - org.hibernate + org.hibernate.orm hibernate-core - 5.6.15.Final + 6.6.5.Final