File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 implementation ' org.seleniumhq.selenium:selenium-remote-driver:3.141.59'
1111 implementation ' org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
1212 implementation ' org.seleniumhq.selenium:selenium-chrome-driver:3.141.59'
13- testImplementation ' io.cucumber:cucumber-java:7.4.1 '
13+ testImplementation ' io.cucumber:cucumber-java:7.5.0 '
1414 testImplementation ' io.cucumber:cucumber-junit:7.5.0'
1515 testImplementation ' org.testcontainers:selenium'
1616}
Original file line number Diff line number Diff line change 11plugins {
22 id(" org.springframework.boot" ) version " 2.6.4"
3- id(" org.jetbrains.kotlin.jvm" ) version " 1.7.0 "
3+ id(" org.jetbrains.kotlin.jvm" ) version " 1.7.10 "
44 id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.7.10"
55}
66
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66 testImplementation ' com.google.cloud:google-cloud-datastore:2.10.1'
77 testImplementation ' com.google.cloud:google-cloud-firestore:3.2.0'
88 testImplementation ' com.google.cloud:google-cloud-pubsub:1.120.6'
9- testImplementation ' com.google.cloud:google-cloud-spanner:6.25.7 '
9+ testImplementation ' com.google.cloud:google-cloud-spanner:6.27.0 '
1010 testImplementation ' com.google.cloud:google-cloud-bigtable:2.9.0'
1111 testImplementation ' org.assertj:assertj-core:3.23.1'
1212}
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ dependencies {
1313 exclude(module : ' hamcrest-core' )
1414 }
1515 testImplementation ' org.assertj:assertj-core:3.23.1'
16- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.8.2 '
16+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.9.0 '
1717
1818 testRuntimeOnly ' org.postgresql:postgresql:42.4.0'
19- testRuntimeOnly ' mysql:mysql-connector-java:8.0.29 '
19+ testRuntimeOnly ' mysql:mysql-connector-java:8.0.30 '
2020 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.0'
2121}
2222
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies {
55
66 compileOnly ' com.amazonaws:aws-java-sdk-s3:1.12.253'
77 testImplementation ' com.amazonaws:aws-java-sdk-s3:1.12.231'
8- testImplementation ' com.amazonaws:aws-java-sdk-sqs:1.12.253 '
8+ testImplementation ' com.amazonaws:aws-java-sdk-sqs:1.12.273 '
99 testImplementation ' com.amazonaws:aws-java-sdk-logs:1.12.253'
1010 testImplementation ' software.amazon.awssdk:s3:2.17.244'
1111 testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66 }
77 dependencies {
8- classpath " com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.10.2 "
8+ classpath " com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.10.3 "
99 classpath " com.gradle:common-custom-user-data-gradle-plugin:1.7.2"
1010 }
1111}
You can’t perform that action at this time.
0 commit comments