Skip to content

Commit 74dcec6

Browse files
committed
[#2297] Upgrade Hibernate ORM to 7.0.1.Final
1 parent 97fd1e1 commit 74dcec6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0.Final
41+
- [Hibernate ORM][] 7.0.1.Final
4242
- [Vert.x Reactive PostgreSQL Client](https://vertx.io/docs/vertx-pg-client/java/) 4.5.15
4343
- [Vert.x Reactive MySQL Client](https://vertx.io/docs/vertx-mysql-client/java/) 4.5.15
4444
- [Vert.x Reactive Db2 Client](https://vertx.io/docs/vertx-db2-client/java/) 4.5.15

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ org.gradle.java.installations.auto-download=false
3535
#enableMavenLocalRepo = true
3636

3737
# The default Hibernate ORM version (override using `-PhibernateOrmVersion=the.version.you.want`)
38-
hibernateOrmVersion = 7.0.0.Final
38+
hibernateOrmVersion = 7.0.1.Final
3939

4040
# Override default Hibernate ORM Gradle plugin version
4141
# Using the stable version because I don't know how to configure the build to download the snapshot version from

0 commit comments

Comments
 (0)