File tree Expand file tree Collapse file tree 13 files changed +17
-17
lines changed
Expand file tree Collapse file tree 13 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ dependencies {
1111 implementation ' org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
1212 implementation ' org.seleniumhq.selenium:selenium-chrome-driver:3.141.59'
1313 testImplementation ' io.cucumber:cucumber-java:7.6.0'
14- testImplementation ' io.cucumber:cucumber-junit:7.5 .0'
14+ testImplementation ' io.cucumber:cucumber-junit:7.6 .0'
1515 testImplementation ' org.testcontainers:selenium'
1616}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
99 compileOnly ' org.slf4j:slf4j-api:1.7.36'
1010 implementation ' com.squareup.okhttp3:okhttp:4.10.0'
1111 implementation ' org.json:json:20220320'
12- testImplementation ' org.postgresql:postgresql:42.4.0 '
12+ testImplementation ' org.postgresql:postgresql:42.4.1 '
1313 testImplementation ' ch.qos.logback:logback-classic:1.2.11'
1414 testImplementation ' org.testcontainers:postgresql'
1515}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 dependencies {
88 classpath " gradle.plugin.ch.myniva.gradle:s3-build-cache:0.10.0"
99 classpath " com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.11.1"
10- classpath " com.gradle:common-custom-user-data-gradle-plugin:1.7.2 "
10+ classpath " com.gradle:common-custom-user-data-gradle-plugin:1.8.0 "
1111 }
1212}
1313
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ dependencies {
44 api project(' :testcontainers' )
55
66 testImplementation ' com.ecwid.consul:consul-api:1.4.5'
7- testImplementation ' io.rest-assured:rest-assured:4.4.0 '
7+ testImplementation ' io.rest-assured:rest-assured:5.1.1 '
88 testImplementation ' org.assertj:assertj-core:3.23.1'
99}
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ dependencies {
55 // TODO use JDK's HTTP client and/or Apache HttpClient5
66 shaded ' com.squareup.okhttp3:okhttp:3.14.9'
77
8- testImplementation ' com.couchbase.client:java-client:3.3.2 '
8+ testImplementation ' com.couchbase.client:java-client:3.3.3 '
99 testImplementation ' org.awaitility:awaitility:4.2.0'
1010}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: Dynalite"
33dependencies {
44 api project(' :testcontainers' )
55
6- compileOnly ' com.amazonaws:aws-java-sdk-dynamodb:1.12.273 '
7- testImplementation ' com.amazonaws:aws-java-sdk-dynamodb:1.12.253 '
6+ compileOnly ' com.amazonaws:aws-java-sdk-dynamodb:1.12.281 '
7+ testImplementation ' com.amazonaws:aws-java-sdk-dynamodb:1.12.281 '
88 testImplementation ' org.assertj:assertj-core:3.23.1'
99}
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ description = "Testcontainers :: GCloud"
33dependencies {
44 api project(' :testcontainers' )
55
6- testImplementation ' com.google.cloud:google-cloud-datastore:2.10.1 '
6+ testImplementation ' com.google.cloud:google-cloud-datastore:2.11.0 '
77 testImplementation ' com.google.cloud:google-cloud-firestore:3.4.0'
8- testImplementation ' com.google.cloud:google-cloud-pubsub:1.120.6 '
8+ testImplementation ' com.google.cloud:google-cloud-pubsub:1.120.11 '
99 testImplementation ' com.google.cloud:google-cloud-spanner:6.28.0'
10- testImplementation ' com.google.cloud:google-cloud-bigtable:2.10.1 '
10+ testImplementation ' com.google.cloud:google-cloud-bigtable:2.10.3 '
1111 testImplementation ' org.assertj:assertj-core:3.23.1'
1212}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 testImplementation ' org.apache.tomcat:tomcat-jdbc:10.0.23'
1111 testImplementation ' com.zaxxer:HikariCP-java6:2.3.13'
1212 testImplementation ' org.assertj:assertj-core:3.23.1'
13- testImplementation (' org.mockito:mockito-core:4.6.1 ' ) {
13+ testImplementation (' org.mockito:mockito-core:4.7.0 ' ) {
1414 exclude(module : ' hamcrest-core' )
1515 }
1616}
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ dependencies {
55
66 compileOnly ' com.amazonaws:aws-java-sdk-s3:1.12.281'
77 testImplementation ' com.amazonaws:aws-java-sdk-s3:1.12.273'
8- testImplementation ' com.amazonaws:aws-java-sdk-sqs:1.12.273 '
8+ testImplementation ' com.amazonaws:aws-java-sdk-sqs:1.12.282 '
99 testImplementation ' com.amazonaws:aws-java-sdk-logs:1.12.281'
10- testImplementation ' software.amazon.awssdk:s3:2.17.244 '
10+ testImplementation ' software.amazon.awssdk:s3:2.17.253 '
1111 testImplementation ' org.assertj:assertj-core:3.23.1'
1212}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 compileOnly ' org.mariadb:r2dbc-mariadb:1.0.3'
1111
1212 testImplementation project(' :jdbc-test' )
13- testImplementation ' org.mariadb.jdbc:mariadb-java-client:3.0.6 '
13+ testImplementation ' org.mariadb.jdbc:mariadb-java-client:3.0.7 '
1414
1515 testImplementation testFixtures(project(' :r2dbc' ))
1616 testImplementation ' org.mariadb:r2dbc-mariadb:1.0.2'
You can’t perform that action at this time.
0 commit comments