Set vertx-sql-client version to 4.0.0 (#9184)
This commit is contained in:
parent
849e0d5229
commit
16f4281d08
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue