Skip to content

Commit 46931eb

Browse files
committed
Update org.hibernate.orm to v7.2.7.Final
1 parent 48ebfb8 commit 46931eb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • db-jdbc-spring-orm-hibernate

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.2.6.Final</version>
62+
<version>7.2.7.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.2.6.Final</version>
68+
<version>7.2.7.Final</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.hibernate.orm</groupId>
7272
<artifactId>hibernate-hikaricp</artifactId>
73-
<version>7.2.6.Final</version>
73+
<version>7.2.7.Final</version>
7474
</dependency>
7575
</dependencies>
7676

0 commit comments

Comments
 (0)