File tree Expand file tree Collapse file tree 21 files changed +27
-27
lines changed
Expand file tree Collapse file tree 21 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ 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.11.1'
14- testImplementation ' io.cucumber:cucumber-junit:7.10 .1'
14+ testImplementation ' io.cucumber:cucumber-junit:7.11 .1'
1515 testImplementation ' org.testcontainers:selenium'
1616 testImplementation ' org.assertj:assertj-core:3.23.1'
1717}
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:4.10.0'
77
8- testImplementation ' org.assertj:assertj-core:3.23.1 '
8+ testImplementation ' org.assertj:assertj-core:3.24.2 '
99 testImplementation ' com.azure:azure-cosmos:4.40.0'
1010}
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ dependencies {
44 api project(' :testcontainers' )
55
66 testImplementation ' com.google.cloud:google-cloud-datastore:2.13.3'
7- testImplementation ' com.google.cloud:google-cloud-firestore:3.7.4 '
7+ testImplementation ' com.google.cloud:google-cloud-firestore:3.7.9 '
88 testImplementation ' com.google.cloud:google-cloud-pubsub:1.122.2'
99 testImplementation ' com.google.cloud:google-cloud-spanner:6.35.2'
10- testImplementation ' com.google.cloud:google-cloud-bigtable:2.17.1 '
10+ testImplementation ' com.google.cloud:google-cloud-bigtable:2.18.3 '
1111 testImplementation ' org.assertj:assertj-core:3.24.2'
1212}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818 testImplementation(" org.apache.httpcomponents:httpclient:4.5.14" )
1919 testImplementation(" ch.qos.logback:logback-classic:1.4.5" )
2020 testImplementation ' org.assertj:assertj-core:3.24.2'
21- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.9.1 " )
21+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.9.2 " )
2222}
2323
2424test {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 compileOnly ' org.jetbrains:annotations:24.0.0'
88 testImplementation ' commons-dbutils:commons-dbutils:1.7'
99 testImplementation ' org.vibur:vibur-dbcp:25.0'
10- testImplementation ' org.apache.tomcat:tomcat-jdbc:10.1.4 '
10+ testImplementation ' org.apache.tomcat:tomcat-jdbc:10.1.5 '
1111 testImplementation ' com.zaxxer:HikariCP-java6:2.3.13'
1212 testImplementation ' org.assertj:assertj-core:3.24.2'
1313 testImplementation (' org.mockito:mockito-core:4.11.0' ) {
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ dependencies {
1313 exclude(module : ' hamcrest-core' )
1414 }
1515 testImplementation ' org.assertj:assertj-core:3.24.2'
16- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.9.1 '
16+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.9.2 '
1717
18- testRuntimeOnly ' org.postgresql:postgresql:42.5.1 '
18+ testRuntimeOnly ' org.postgresql:postgresql:42.5.2 '
1919 testRuntimeOnly ' mysql:mysql-connector-java:8.0.32'
20- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.1 '
20+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.2 '
2121}
2222
2323test {
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ dependencies {
44 api project(' :testcontainers' )
55
66 testImplementation ' org.apache.kafka:kafka-clients:3.3.2'
7- testImplementation ' org.assertj:assertj-core:3.23.1 '
7+ testImplementation ' org.assertj:assertj-core:3.24.2 '
88 testImplementation ' com.google.guava:guava:23.0'
99}
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.398'
77 testImplementation ' com.amazonaws:aws-java-sdk-s3:1.12.398'
8- testImplementation ' com.amazonaws:aws-java-sdk-sqs:1.12.376 '
8+ testImplementation ' com.amazonaws:aws-java-sdk-sqs:1.12.398 '
99 testImplementation ' com.amazonaws:aws-java-sdk-logs:1.12.398'
10- testImplementation ' software.amazon.awssdk:s3:2.19.8 '
10+ testImplementation ' software.amazon.awssdk:s3:2.19.29 '
1111 testImplementation ' org.assertj:assertj-core:3.24.2'
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.1.0 '
13+ testImplementation ' org.mariadb.jdbc:mariadb-java-client:3.1.2 '
1414
1515 testImplementation testFixtures(project(' :r2dbc' ))
1616 testImplementation ' org.mariadb:r2dbc-mariadb:1.0.2'
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ dependencies {
44 api project(' :testcontainers' )
55
66 testImplementation ' org.mock-server:mockserver-client-java:5.15.0'
7- testImplementation ' org.assertj:assertj-core:3.23.1 '
7+ testImplementation ' org.assertj:assertj-core:3.24.2 '
88}
You can’t perform that action at this time.
0 commit comments