Skip to content

Commit bec5a13

Browse files
Replace hibernate core with org.hibernate.orm:hibernate-core
1 parent 96bc620 commit bec5a13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

onebusaway-gtfs-hibernate/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<version>${project.version}</version>
2121
</dependency>
2222
<dependency>
23-
<groupId>org.hibernate</groupId>
23+
<groupId>org.hibernate.orm</groupId>
2424
<artifactId>hibernate-core</artifactId>
25-
<version>5.6.15.Final</version>
25+
<version>7.4.1.Final</version>
2626
</dependency>
2727

2828
<!-- Test Scope -->

0 commit comments

Comments
 (0)