Skip to content

Commit

Permalink
Upgrade vertx
Browse files Browse the repository at this point in the history
  • Loading branch information
larousso committed Feb 28, 2024
1 parent 89ece7f commit 491b772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ subprojects {
vavrVersion = "0.10.0"
_jooqVersion = "3.18.6"
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

0 comments on commit 491b772

Please sign in to comment.