File tree Expand file tree Collapse file tree 20 files changed +27
-27
lines changed
redis-backed-cache-testng Expand file tree Collapse file tree 20 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,13 @@ dependencies {
100100 testImplementation files(' testlib/repo/fakejar/fakejar/0/fakejar-0.jar' )
101101
102102 testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
103- testImplementation ' org.assertj:assertj-core:3.21 .0'
103+ testImplementation ' org.assertj:assertj-core:3.22 .0'
104104 testImplementation project(' :test-support' )
105105
106106 jarFileTestCompileOnly " org.projectlombok:lombok:${ lombok.version} "
107107 jarFileTestAnnotationProcessor " org.projectlombok:lombok:${ lombok.version} "
108108 jarFileTestImplementation ' junit:junit:4.13.2'
109- jarFileTestImplementation ' org.assertj:assertj-core:3.20.2 '
109+ jarFileTestImplementation ' org.assertj:assertj-core:3.22.0 '
110110 jarFileTestImplementation ' org.ow2.asm:asm-debug-all:5.2'
111111}
112112
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.1.0'
14- testImplementation ' io.cucumber:cucumber-junit:7.1.0 '
14+ testImplementation ' io.cucumber:cucumber-junit:7.2.2 '
1515 testImplementation ' org.testcontainers:selenium'
1616}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
1515 testImplementation ' ch.qos.logback:logback-classic:1.2.10'
16- testImplementation ' org.testng:testng:7.4.0 '
16+ testImplementation ' org.testng:testng:7.5 '
1717 testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
1818}
1919
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ dependencies {
44 api project(' :testcontainers' )
55
66 testImplementation ' org.assertj:assertj-core:3.15.0'
7- testImplementation ' com.azure:azure-cosmos:4.16 .0'
7+ testImplementation ' com.azure:azure-cosmos:4.24 .0'
88}
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ dependencies {
44 api project(' :jdbc' )
55
66 testImplementation project(' :jdbc-test' )
7- testImplementation ' org.postgresql:postgresql:42.2.12 '
7+ testImplementation ' org.postgresql:postgresql:42.3.1 '
88}
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ description = "Testcontainers :: Database-Commons"
33dependencies {
44 api project(' :testcontainers' )
55
6- testImplementation ' org.assertj:assertj-core:3.21 .0'
6+ testImplementation ' org.assertj:assertj-core:3.22 .0'
77}
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ dependencies {
44 api project(' :jdbc' )
55
66 testImplementation project(' :jdbc-test' )
7- testImplementation ' com.ibm.db2:jcc:11.5.0 .0'
7+ testImplementation ' com.ibm.db2:jcc:11.5.7 .0'
88}
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.131 '
6+ compileOnly ' com.amazonaws:aws-java-sdk-dynamodb:1.12.137 '
77 testImplementation ' com.amazonaws:aws-java-sdk-dynamodb:1.12.131'
88
99 testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
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.2.1'
7- testImplementation ' com.google.cloud:google-cloud-firestore:3.0.9 '
7+ testImplementation ' com.google.cloud:google-cloud-firestore:3.0.10 '
88 testImplementation ' com.google.cloud:google-cloud-pubsub:1.115.0'
9- testImplementation ' com.google.cloud:google-cloud-spanner:6.17.3 '
9+ testImplementation ' com.google.cloud:google-cloud-spanner:6.17.4 '
1010 testImplementation ' com.google.cloud:google-cloud-bigtable:2.4.0'
1111 testImplementation ' org.assertj:assertj-core:3.22.0'
1212}
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ dependencies {
1111 testImplementation ' com.zaxxer:HikariCP-java6:2.3.13'
1212 testImplementation ' com.googlecode.junit-toolbox:junit-toolbox:2.4'
1313 testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
14- testImplementation ' org.assertj:assertj-core:3.21 .0'
14+ testImplementation ' org.assertj:assertj-core:3.22 .0'
1515}
You can’t perform that action at this time.
0 commit comments