From 01fdb7e1e3cdbd5cc29945a7d959bc393efe2102 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 4 Jun 2025 18:02:37 +0000 Subject: [PATCH] chore(deps): replace dependency org.hibernate:hibernate-core with org.hibernate.orm:hibernate-core --- cmd/jws/projects/jakarta-faces-todo/pom.xml | 4 ++-- cmd/jws/projects/jakarta-jsp-todo/pom.xml | 4 ++-- cmd/jws/projects/jakarta-rest-todo/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/jws/projects/jakarta-faces-todo/pom.xml b/cmd/jws/projects/jakarta-faces-todo/pom.xml index f96bbf1..3c900a1 100644 --- a/cmd/jws/projects/jakarta-faces-todo/pom.xml +++ b/cmd/jws/projects/jakarta-faces-todo/pom.xml @@ -52,9 +52,9 @@ - org.hibernate + org.hibernate.orm hibernate-core - 6.3.1.Final + 7.0.0.Final diff --git a/cmd/jws/projects/jakarta-jsp-todo/pom.xml b/cmd/jws/projects/jakarta-jsp-todo/pom.xml index 3158166..a2162c8 100644 --- a/cmd/jws/projects/jakarta-jsp-todo/pom.xml +++ b/cmd/jws/projects/jakarta-jsp-todo/pom.xml @@ -54,9 +54,9 @@ - org.hibernate + org.hibernate.orm hibernate-core - 6.3.1.Final + 7.0.0.Final diff --git a/cmd/jws/projects/jakarta-rest-todo/pom.xml b/cmd/jws/projects/jakarta-rest-todo/pom.xml index e0eee0f..a1ecbf1 100644 --- a/cmd/jws/projects/jakarta-rest-todo/pom.xml +++ b/cmd/jws/projects/jakarta-rest-todo/pom.xml @@ -77,9 +77,9 @@ provided - org.hibernate + org.hibernate.orm hibernate-core - 6.3.1.Final + 7.0.0.Final -- 2.47.2