File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ Hibernate Reactive has been tested with:
37
37
- CockroachDB 22.1
38
38
- MS SQL Server 2019
39
39
- 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
46
46
- [ Quarkus] [ Quarkus ] via the Hibernate Reactive extension
47
47
48
48
[ PostgreSQL ] : https://www.postgresql.org
Original file line number Diff line number Diff line change @@ -38,17 +38,16 @@ org.gradle.java.installations.auto-download=false
38
38
# enableMavenLocalRepo = true
39
39
40
40
# Override default Hibernate ORM version
41
- # hibernateOrmVersion = 6.2.0-SNAPSHOT
41
+ # hibernateOrmVersion = 6.2.2.Final
42
42
43
43
# Override default Hibernate ORM Gradle plugin version
44
44
# Using the stable version because I don't know how to configure the build to download the snapshot version from
45
45
# a remote repository
46
- # hibernateOrmGradlePluginVersion = 6.2.0.CR4
46
+ # hibernateOrmGradlePluginVersion = 6.2.2.Final
47
47
48
48
# If set to true, skip Hibernate ORM version parsing (default is true, if set to null)
49
49
# this is required when using intervals or weird versions or the build will fail
50
50
# skipOrmVersionParsing = true
51
51
52
52
# Override default Vert.x version
53
- # vertxVersion = 4.3.8-SNAPSHOT
54
-
53
+ # vertxVersion = 4.4.2-SNAPSHOT
You can’t perform that action at this time.
0 commit comments