Set vertx-sql-client version to 4.0.0 (#9184)

This commit is contained in:
Lauri Tulmin 2023-08-11 13:49:54 +03:00 committed by GitHub
parent 849e0d5229
commit 16f4281d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -12,12 +12,11 @@ muzzle {
} }
dependencies { dependencies {
library("io.vertx:vertx-sql-client:4.1.0") library("io.vertx:vertx-sql-client:4.0.0")
compileOnly("io.vertx:vertx-codegen:4.1.0") compileOnly("io.vertx:vertx-codegen:4.0.0")
testLibrary("io.vertx:vertx-pg-client:4.1.0") testLibrary("io.vertx:vertx-pg-client:4.0.0")
testLibrary("io.vertx:vertx-codegen:4.1.0") testLibrary("io.vertx:vertx-codegen:4.0.0")
testLibrary("io.vertx:vertx-opentelemetry:4.1.0")
} }
tasks.withType<Test>().configureEach { tasks.withType<Test>().configureEach {