File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
examples/linked-container Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88dependencies {
99 compileOnly ' org.slf4j:slf4j-api:1.7.36'
1010 implementation ' com.squareup.okhttp3:okhttp:4.12.0'
11- implementation ' org.json:json:20230618 '
11+ implementation ' org.json:json:20231013 '
1212 testRuntimeOnly ' org.postgresql:postgresql:42.6.0'
1313 testImplementation ' ch.qos.logback:logback-classic:1.3.11'
1414 testImplementation ' org.testcontainers:postgresql'
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ description = "Testcontainers :: elasticsearch"
33dependencies {
44 api project(' :testcontainers' )
55 testImplementation " org.elasticsearch.client:elasticsearch-rest-client:8.10.4"
6- testImplementation " org.elasticsearch.client:transport:7.17.13 "
6+ testImplementation " org.elasticsearch.client:transport:7.17.14 "
77 testImplementation ' org.assertj:assertj-core:3.24.2'
88}
Original file line number Diff line number Diff line change 11dependencies {
22 api project(' :jdbc' )
33
4- api ' com.google.guava:guava:32.1.2 -jre'
4+ api ' com.google.guava:guava:32.1.3 -jre'
55 api ' org.apache.commons:commons-lang3:3.13.0'
66 api ' com.zaxxer:HikariCP-java6:2.3.13'
77 api ' commons-dbutils:commons-dbutils:1.8.1'
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ dependencies {
77 api project(' :jdbc' )
88
99 compileOnly project(' :r2dbc' )
10- compileOnly ' io.asyncer:r2dbc-mysql:1.0.4 '
10+ compileOnly ' io.asyncer:r2dbc-mysql:1.0.5 '
1111
1212 testImplementation project(' :jdbc-test' )
1313 testRuntimeOnly ' mysql:mysql-connector-java:8.0.33'
1414
1515 testImplementation testFixtures(project(' :r2dbc' ))
16- testRuntimeOnly ' io.asyncer:r2dbc-mysql:1.0.4 '
16+ testRuntimeOnly ' io.asyncer:r2dbc-mysql:1.0.5 '
1717
1818 compileOnly ' org.jetbrains:annotations:24.0.1'
1919}
You can’t perform that action at this time.
0 commit comments