Skip to content

Commit 222ca51

Browse files
DavideDSanne
authored andcommitted
[#1242] Upgrade to ORM 5.6.7.Final
1 parent ac7ab13 commit 222ca51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Hibernate Reactive has been tested with:
3636
- CockroachDB 21.2
3737
- MS SQL Server 2019
3838
- Oracle 21.3
39-
- [Hibernate ORM][] 5.6.6.Final
39+
- [Hibernate ORM][] 5.6.7.Final
4040
- [Vert.x Reactive PostgreSQL Client](https://vertx.io/docs/vertx-pg-client/java/) 4.2.4
4141
- [Vert.x Reactive MySQL Client](https://vertx.io/docs/vertx-mysql-client/java/) 4.2.4
4242
- [Vert.x Reactive Db2 Client](https://vertx.io/docs/vertx-db2-client/java/) 4.2.4

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ version = projectVersion
5353
// ./gradlew clean build -PhibernateOrmVersion=5.5.1-SNAPSHOT
5454
ext {
5555
if ( !project.hasProperty('hibernateOrmVersion') ) {
56-
hibernateOrmVersion = '5.6.6.Final'
56+
hibernateOrmVersion = '5.6.7.Final'
5757
}
5858
// For ORM, we need a parsed version (to get the family, ...)
5959

0 commit comments

Comments
 (0)