Skip to content

Commit 08b8732

Browse files
committed
[hibernate#2387] Upgrade Hibernate ORM to 7.1.0.CR1
1 parent cf6f3c0 commit 08b8732

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Hibernate Reactive has been tested with:
3838
- CockroachDB v24
3939
- MS SQL Server 2022
4040
- Oracle 23
41-
- [Hibernate ORM][] 7.0.2.Final
41+
- [Hibernate ORM][] 7.1.0.Final
4242
- [Vert.x Reactive PostgreSQL Client](https://vertx.io/docs/vertx-pg-client/java/) 4.5.16
4343
- [Vert.x Reactive MySQL Client](https://vertx.io/docs/vertx-mysql-client/java/) 4.5.16
4444
- [Vert.x Reactive Db2 Client](https://vertx.io/docs/vertx-db2-client/java/) 4.5.16

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
assertjVersion = "3.27.3"
3-
hibernateOrmVersion = "7.0.6.Final"
4-
hibernateOrmGradlePluginVersion = "7.0.6.Final"
3+
hibernateOrmVersion = "7.1.0.CR1"
4+
hibernateOrmGradlePluginVersion = "7.1.0.CR1"
55
jacksonDatabindVersion = "2.19.2"
66
jbossLoggingAnnotationVersion = "3.0.4.Final"
77
jbossLoggingVersion = "3.6.1.Final"

0 commit comments

Comments
 (0)