Skip to content

Commit 937645a

Browse files
committed
Update the README to match used versions
1 parent c132a18 commit 937645a

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ Hibernate Reactive has been tested with:
3737
- CockroachDB 22.1
3838
- MS SQL Server 2019
3939
- Oracle 21.3
40-
- [Hibernate ORM][] 6.2.0.CR4
41-
- [Vert.x Reactive PostgreSQL Client](https://vertx.io/docs/vertx-pg-client/java/) 4.3.8
42-
- [Vert.x Reactive MySQL Client](https://vertx.io/docs/vertx-mysql-client/java/) 4.3.8
43-
- [Vert.x Reactive Db2 Client](https://vertx.io/docs/vertx-db2-client/java/) 4.3.8
44-
- [Vert.x Reactive MS SQL Server Client](https://vertx.io/docs/vertx-mssql-client/java/) 4.3.8
45-
- [Vert.x Reactive Oracle Client](https://vertx.io/docs/vertx-oracle-client/java/) 4.3.8
40+
- [Hibernate ORM][] 6.2.2.Final
41+
- [Vert.x Reactive PostgreSQL Client](https://vertx.io/docs/vertx-pg-client/java/) 4.4.1
42+
- [Vert.x Reactive MySQL Client](https://vertx.io/docs/vertx-mysql-client/java/) 4.4.1
43+
- [Vert.x Reactive Db2 Client](https://vertx.io/docs/vertx-db2-client/java/) 4.4.1
44+
- [Vert.x Reactive MS SQL Server Client](https://vertx.io/docs/vertx-mssql-client/java/) 4.4.1
45+
- [Vert.x Reactive Oracle Client](https://vertx.io/docs/vertx-oracle-client/java/) 4.4.1
4646
- [Quarkus][Quarkus] via the Hibernate Reactive extension
4747

4848
[PostgreSQL]: https://www.postgresql.org

gradle.properties

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,16 @@ org.gradle.java.installations.auto-download=false
3838
#enableMavenLocalRepo = true
3939

4040
# Override default Hibernate ORM version
41-
#hibernateOrmVersion = 6.2.0-SNAPSHOT
41+
#hibernateOrmVersion = 6.2.2.Final
4242

4343
# Override default Hibernate ORM Gradle plugin version
4444
# Using the stable version because I don't know how to configure the build to download the snapshot version from
4545
# a remote repository
46-
#hibernateOrmGradlePluginVersion = 6.2.0.CR4
46+
#hibernateOrmGradlePluginVersion = 6.2.2.Final
4747

4848
# If set to true, skip Hibernate ORM version parsing (default is true, if set to null)
4949
# this is required when using intervals or weird versions or the build will fail
5050
#skipOrmVersionParsing = true
5151

5252
# Override default Vert.x version
53-
#vertxVersion = 4.3.8-SNAPSHOT
54-
53+
#vertxVersion = 4.4.2-SNAPSHOT

0 commit comments

Comments
 (0)