Skip to content

Commit

Permalink
Upgrade vertx
Browse files Browse the repository at this point in the history
  • Loading branch information
larousso committed Dec 11, 2023
1 parent 6034383 commit 89ece7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jooq-async-reactive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ dependencies {
implementation("org.jooq:jooq:$_jooqVersion")
implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion")
implementation("io.projectreactor:reactor-core:$reactorVersion")
implementation("com.typesafe.akka:akka-stream_$scalaVersion:$akkaVersion")
implementation("com.ongres.scram:client:2.1")
implementation("org.slf4j:slf4j-api:1.7.26")
implementation("io.vertx:vertx-pg-client:4.3.3")
implementation("io.vertx:vertx-pg-client:4.4.3")

testImplementation project(':jooq-async-api-tck')
testImplementation("com.novocode:junit-interface:0.11")
Expand Down

0 comments on commit 89ece7f

Please sign in to comment.