1
0
mirror of https://github.com/sismics/docs.git synced 2026-01-03 20:09:28 +00:00

Upgrade Hibernate version (#726)

This commit is contained in:
Julien Kirch
2023-10-09 12:36:53 +02:00
committed by GitHub
parent a89543b555
commit 0351f94761
3 changed files with 10 additions and 10 deletions

View File

@@ -17,8 +17,8 @@
<dependencies>
<!-- Persistence layer dependencies -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core-jakarta</artifactId>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
</dependency>
<!-- Other external dependencies -->