Skip to content

Commit eb0d44c

Browse files
committed
Update org.hibernate.orm to v7
1 parent 0ad8acb commit eb0d44c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

db-jdbc-orm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@
8282
<dependency>
8383
<groupId>org.hibernate.orm</groupId>
8484
<artifactId>hibernate-core</artifactId>
85-
<version>6.6.21.Final</version>
85+
<version>7.0.6.Final</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.hibernate.orm</groupId>
8989
<artifactId>hibernate-hikaricp</artifactId>
90-
<version>6.6.21.Final</version>
90+
<version>7.0.6.Final</version>
9191
</dependency>
9292

9393
<!-- Tests -->

0 commit comments

Comments
 (0)