Skip to content

Commit eeb8a8e

Browse files
authored
Merge pull request #600 from xdev-software/renovate/org.hibernate.orm
Update org.hibernate.orm to v7.3.1.Final
2 parents c8f96c6 + 91f246e commit eeb8a8e

File tree

1 file changed

+3
-3
lines changed
  • db-jdbc-spring-orm-hibernate

1 file changed

+3
-3
lines changed

db-jdbc-spring-orm-hibernate/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,18 @@
5959
<dependency>
6060
<groupId>org.hibernate.orm</groupId>
6161
<artifactId>hibernate-core</artifactId>
62-
<version>7.3.0.Final</version>
62+
<version>7.3.1.Final</version>
6363
</dependency>
6464
<!-- Required for StandardScanner -->
6565
<dependency>
6666
<groupId>org.hibernate.orm</groupId>
6767
<artifactId>hibernate-scan-jandex</artifactId>
68-
<version>7.3.0.Final</version>
68+
<version>7.3.1.Final</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.hibernate.orm</groupId>
7272
<artifactId>hibernate-hikaricp</artifactId>
73-
<version>7.3.0.Final</version>
73+
<version>7.3.1.Final</version>
7474
</dependency>
7575
</dependencies>
7676

0 commit comments

Comments
 (0)