Skip to content

Commit

Permalink
Upgrade vertx 4.5.4 (#14)
Browse files Browse the repository at this point in the history
* Upgrade vertx

* Upgrade jooq
  • Loading branch information
larousso authored Feb 29, 2024
1 parent 89ece7f commit 67ed180
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ subprojects {
jacksonVersion = "2.10.5"
akkaVersion = "2.6.6"
vavrVersion = "0.10.0"
_jooqVersion = "3.18.6"
_jooqVersion = "3.19.5"
scalaVersion = "2.13"
reactorVersion = "3.4.23"
reactorVersion = "3.6.3"
}
test {
testLogging {
Expand Down
2 changes: 1 addition & 1 deletion jooq-async-reactive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation("io.projectreactor:reactor-core:$reactorVersion")
implementation("com.ongres.scram:client:2.1")
implementation("org.slf4j:slf4j-api:1.7.26")
implementation("io.vertx:vertx-pg-client:4.4.3")
implementation("io.vertx:vertx-pg-client:4.5.4")

testImplementation project(':jooq-async-api-tck')
testImplementation("com.novocode:junit-interface:0.11")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import io.vertx.core.json.JsonArray;
import io.vertx.core.json.JsonObject;
import io.vertx.pgclient.data.*;
import io.vertx.pgclient.data.Path;
import io.vertx.sqlclient.Row;
import io.vertx.sqlclient.data.Numeric;
import org.jooq.Record;
Expand Down

0 comments on commit 67ed180

Please sign in to comment.