Skip to content

Commit 7ab9b92

Browse files
committed
Merge remote-tracking branch 'origin/renovate/org.hibernate.orm' into develop
2 parents 9ff0f19 + 6478264 commit 7ab9b92

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

0 commit comments

Comments
 (0)