File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
redis-backed-cache-testng Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -147,13 +147,13 @@ dependencies {
147147 testImplementation files(' testlib/repo/fakejar/fakejar/0/fakejar-0.jar' )
148148
149149 testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
150- testImplementation ' org.assertj:assertj-core:3.19.0 '
150+ testImplementation ' org.assertj:assertj-core:3.20.2 '
151151 testImplementation project(' :test-support' )
152152
153153 jarFileTestCompileOnly " org.projectlombok:lombok:${ lombok.version} "
154154 jarFileTestAnnotationProcessor " org.projectlombok:lombok:${ lombok.version} "
155155 jarFileTestImplementation ' junit:junit:4.12'
156- jarFileTestImplementation ' org.assertj:assertj-core:3.18.1 '
156+ jarFileTestImplementation ' org.assertj:assertj-core:3.20.2 '
157157 jarFileTestImplementation ' org.ow2.asm:asm-debug-all:5.2'
158158}
159159
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99dependencies {
1010 compileOnly ' org.slf4j:slf4j-api:1.7.30'
11- implementation ' redis.clients:jedis:3.6.0 '
11+ implementation ' redis.clients:jedis:3.6.1 '
1212 implementation ' com.google.code.gson:gson:2.8.7'
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99dependencies {
1010 compileOnly ' org.slf4j:slf4j-api:1.7.30'
11- implementation ' redis.clients:jedis:3.6.0 '
11+ implementation ' redis.clients:jedis:3.6.1 '
1212 implementation ' com.google.code.gson:gson:2.8.7'
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99dependencies {
1010
11- implementation ' redis.clients:jedis:3.6.0 '
11+ implementation ' redis.clients:jedis:3.6.1 '
1212 implementation ' com.google.code.gson:gson:2.8.7'
1313 implementation ' com.google.guava:guava:23.0'
1414 compileOnly ' org.slf4j:slf4j-api:1.7.30'
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.19.0 '
6+ testImplementation ' org.assertj:assertj-core:3.20.2 '
77}
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.11.1030 '
6+ compileOnly ' com.amazonaws:aws-java-sdk-dynamodb:1.12.16 '
77 testImplementation ' com.amazonaws:aws-java-sdk-dynamodb:1.11.1030'
88
99 testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 compileOnly ' org.jetbrains:annotations:21.0.1'
88 testImplementation ' commons-dbutils:commons-dbutils:1.7'
99 testImplementation ' org.vibur:vibur-dbcp:25.0'
10- testImplementation ' org.apache.tomcat:tomcat-jdbc:10.0.6 '
10+ testImplementation ' org.apache.tomcat:tomcat-jdbc:10.0.8 '
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'
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.16'
77 testImplementation ' com.amazonaws:aws-java-sdk-s3:1.11.1030'
8- testImplementation ' com.amazonaws:aws-java-sdk-sqs:1.12.1 '
8+ testImplementation ' com.amazonaws:aws-java-sdk-sqs:1.12.19 '
99 testImplementation ' com.amazonaws:aws-java-sdk-logs:1.12.16'
10- testImplementation ' software.amazon.awssdk:s3:2.16.80 '
10+ testImplementation ' software.amazon.awssdk:s3:2.16.97 '
1111 testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
1212}
You can’t perform that action at this time.
0 commit comments