Skip to content

Commit dfa8894

Browse files
committed
Upgrade to Hibernate ORM 5.6.0.Beta1
1 parent c8b0d9c commit dfa8894

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Hibernate Reactive has been tested with:
3535
- Db2 11.5
3636
- CockroachDB 21.1
3737
- MS SQL Server 2019
38-
- [Hibernate ORM][] 5.5.5.Final
38+
- [Hibernate ORM][] 5.6.0.Beta1
3939
- [Vert.x Reactive PostgreSQL Client](https://vertx.io/docs/vertx-pg-client/java/) 4.1.2
4040
- [Vert.x Reactive MySQL Client](https://vertx.io/docs/vertx-mysql-client/java/) 4.1.2
4141
- [Vert.x Reactive Db2 Client](https://vertx.io/docs/vertx-db2-client/java/) 4.1.2

build.gradle

Lines changed: 1 addition & 1 deletion
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.5.5.Final'
56+
hibernateOrmVersion = '5.6.0.Beta1'
5757
}
5858
// For ORM, we need a parsed version (to get the family, ...)
5959

documentation/src/main/asciidoc/reference/introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ implementation of JPA. If you've never used JPA before, that's OK, but you
2424
might need to refer to the following sources of information at some points
2525
in this text:
2626

27-
- the http://hibernate.org/orm/documentation/5.5/[documentation for Hibernate ORM],
27+
- the http://hibernate.org/orm/documentation/5.6/[documentation for Hibernate ORM],
2828
- the https://jcp.org/aboutJava/communityprocess/mrel/jsr338/index.html[JPA 2.2 specification], or
2929
- https://www.manning.com/books/java-persistence-with-hibernate-second-edition[Java Persistence with Hibernate],
3030
the latest edition of the book originally titled _Hibernate in Action_.

0 commit comments

Comments
 (0)