File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
src/main/java/fr/maif/jooq/reactive Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ subprojects {
29
29
jacksonVersion = " 2.10.5"
30
30
akkaVersion = " 2.6.6"
31
31
vavrVersion = " 0.10.0"
32
- _jooqVersion = " 3.18.6 "
32
+ _jooqVersion = " 3.19.5 "
33
33
scalaVersion = " 2.13"
34
- reactorVersion = " 3.4.23 "
34
+ reactorVersion = " 3.6.3 "
35
35
}
36
36
test {
37
37
testLogging {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
15
15
implementation(" io.projectreactor:reactor-core:$reactorVersion " )
16
16
implementation(" com.ongres.scram:client:2.1" )
17
17
implementation(" org.slf4j:slf4j-api:1.7.26" )
18
- implementation(" io.vertx:vertx-pg-client:4.4.3 " )
18
+ implementation(" io.vertx:vertx-pg-client:4.5.4 " )
19
19
20
20
testImplementation project(' :jooq-async-api-tck' )
21
21
testImplementation(" com.novocode:junit-interface:0.11" )
Original file line number Diff line number Diff line change 5
5
import io .vertx .core .json .JsonArray ;
6
6
import io .vertx .core .json .JsonObject ;
7
7
import io .vertx .pgclient .data .*;
8
+ import io .vertx .pgclient .data .Path ;
8
9
import io .vertx .sqlclient .Row ;
9
10
import io .vertx .sqlclient .data .Numeric ;
10
11
import org .jooq .Record ;
You can’t perform that action at this time.
0 commit comments