Skip to content

Commit

Permalink
Replace dependency org.hibernate:hibernate-core with org.hibernate.or…
Browse files Browse the repository at this point in the history
…m:hibernate-core
  • Loading branch information
renovate[bot] authored Jan 30, 2025
1 parent 5ee59d9 commit 4197ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onebusaway-gtfs-hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
<version>5.6.15.Final</version>
<version>6.6.5.Final</version>
</dependency>

<!-- Test Scope -->
Expand Down

0 comments on commit 4197ebd

Please sign in to comment.