Skip to content

Commit

Permalink
Upgrade to Hibernate ORM 5.6.14.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne authored and DavideD committed Nov 8, 2022
1 parent 3279404 commit b48b5f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Hibernate Reactive has been tested with:
- CockroachDB 22.1
- MS SQL Server 2019
- Oracle 21.3
- [Hibernate ORM][] 5.6.12.Final
- [Hibernate ORM][] 5.6.14.Final
- [Vert.x Reactive PostgreSQL Client](https://vertx.io/docs/vertx-pg-client/java/) 4.3.4
- [Vert.x Reactive MySQL Client](https://vertx.io/docs/vertx-mysql-client/java/) 4.3.4
- [Vert.x Reactive Db2 Client](https://vertx.io/docs/vertx-db2-client/java/) 4.3.4
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ version = projectVersion
// allows overriding the build using a parameter, which can be
// useful to monitor compatibility for upcoming versions on CI:
//
// ./gradlew clean build -PhibernateOrmVersion=5.6.9-SNAPSHOT
// ./gradlew clean build -PhibernateOrmVersion=5.6.15-SNAPSHOT
ext {
if ( !project.hasProperty('hibernateOrmVersion') ) {
hibernateOrmVersion = '5.6.12.Final'
hibernateOrmVersion = '5.6.14.Final'
}
// For ORM, we need a parsed version (to get the family, ...)

Expand Down

0 comments on commit b48b5f6

Please sign in to comment.