File tree Expand file tree Collapse file tree 21 files changed +26
-26
lines changed
redis-backed-cache-testng Expand file tree Collapse file tree 21 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ dependencies {
110
110
}
111
111
testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
112
112
testImplementation ' redis.clients:jedis:6.0.0'
113
- testImplementation ' com.rabbitmq:amqp-client:5.25 .0'
113
+ testImplementation ' com.rabbitmq:amqp-client:5.26 .0'
114
114
testImplementation ' org.mongodb:mongo-java-driver:3.12.14'
115
115
116
116
testImplementation (' org.mockito:mockito-core:4.11.0' ) {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
9
9
dependencies {
10
10
testImplementation ' org.testcontainers:testcontainers'
11
11
testImplementation ' com.hazelcast:hazelcast:5.3.8'
12
- testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
12
+ testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
13
13
testImplementation ' org.assertj:assertj-core:3.26.3'
14
14
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3'
15
15
testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
testImplementation ' org.testcontainers:junit-jupiter'
13
13
testImplementation ' org.assertj:assertj-core:3.26.3'
14
14
testImplementation ' com.google.guava:guava:23.0'
15
- testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
15
+ testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
16
16
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3'
17
17
testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
18
18
testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
13
13
testImplementation ' org.apache.kafka:kafka-clients:4.0.0'
14
14
testImplementation ' org.assertj:assertj-core:3.26.3'
15
15
testImplementation ' com.google.guava:guava:23.0'
16
- testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
16
+ testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
17
17
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3'
18
18
testImplementation ' org.awaitility:awaitility:4.2.2'
19
19
testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
testImplementation ' org.assertj:assertj-core:3.26.3'
11
11
testImplementation ' org.testcontainers:testcontainers'
12
12
testImplementation ' io.nats:jnats:2.21.4'
13
- testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
13
+ testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
14
14
testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
15
15
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3'
16
16
testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ repositories {
9
9
dependencies {
10
10
testImplementation ' org.testcontainers:ollama'
11
11
testImplementation ' org.assertj:assertj-core:3.26.3'
12
- testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
12
+ testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
13
13
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3'
14
- testImplementation ' io.rest-assured:rest-assured:5.5.0 '
14
+ testImplementation ' io.rest-assured:rest-assured:5.5.5 '
15
15
testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
16
16
}
17
17
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ repositories {
9
9
dependencies {
10
10
compileOnly ' org.slf4j:slf4j-api:1.7.36'
11
11
implementation ' redis.clients:jedis:6.0.0'
12
- implementation ' com.google.code.gson:gson:2.11.0 '
12
+ implementation ' com.google.code.gson:gson:2.13.1 '
13
13
implementation ' com.google.guava:guava:23.0'
14
14
testImplementation ' org.testcontainers:testcontainers'
15
- testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
15
+ testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
16
16
testImplementation ' org.testng:testng:7.5.1'
17
17
testImplementation ' org.assertj:assertj-core:3.26.3'
18
18
}
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ repositories {
9
9
dependencies {
10
10
compileOnly ' org.slf4j:slf4j-api:1.7.36'
11
11
implementation ' redis.clients:jedis:6.0.0'
12
- implementation ' com.google.code.gson:gson:2.11.0 '
12
+ implementation ' com.google.code.gson:gson:2.13.1 '
13
13
implementation ' com.google.guava:guava:23.0'
14
14
testImplementation ' org.testcontainers:testcontainers'
15
15
testImplementation ' org.testcontainers:junit-jupiter'
16
16
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3'
17
- testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
17
+ testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
18
18
testImplementation ' org.assertj:assertj-core:3.26.3'
19
19
testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
20
20
}
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ repositories {
7
7
}
8
8
9
9
dependencies {
10
- testImplementation ' com.github.mwiede:jsch:2.27.0 '
10
+ testImplementation ' com.github.mwiede:jsch:2.27.2 '
11
11
testImplementation ' org.testcontainers:testcontainers'
12
12
testImplementation ' org.assertj:assertj-core:3.26.3'
13
- testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
13
+ testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
14
14
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3'
15
15
testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
16
16
}
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ repositories {
9
9
dependencies {
10
10
11
11
implementation ' redis.clients:jedis:6.0.0'
12
- implementation ' com.google.code.gson:gson:2.11.0 '
12
+ implementation ' com.google.code.gson:gson:2.13.1 '
13
13
implementation ' com.google.guava:guava:23.0'
14
14
compileOnly ' org.slf4j:slf4j-api:1.7.36'
15
15
16
- testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
16
+ testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
17
17
testImplementation ' org.testcontainers:testcontainers'
18
18
testImplementation ' org.assertj:assertj-core:3.26.3'
19
19
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3'
You can’t perform that action at this time.
0 commit comments