File tree 12 files changed +12
-12
lines changed
docs/examples/junit5/redis
12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
4
4
api " io.lettuce:lettuce-core:6.3.2.RELEASE"
5
5
6
6
testImplementation " org.junit.jupiter:junit-jupiter-api:5.10.3"
7
- testImplementation " org.junit.jupiter:junit-jupiter-params:5.10.2 "
7
+ testImplementation " org.junit.jupiter:junit-jupiter-params:5.10.3 "
8
8
testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.10.3"
9
9
testImplementation project(" :testcontainers" )
10
10
testImplementation project(" :junit-jupiter" )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
9
9
dependencies {
10
10
testImplementation ' org.testcontainers:testcontainers'
11
- testImplementation ' com.hazelcast:hazelcast:5.3.6 '
11
+ testImplementation ' com.hazelcast:hazelcast:5.3.8 '
12
12
testImplementation ' ch.qos.logback:logback-classic:1.3.14'
13
13
testImplementation ' org.assertj:assertj-core:3.26.3'
14
14
testImplementation ' org.junit.jupiter:junit-jupiter:5.10.2'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
testCompileOnly " org.projectlombok:lombok:1.18.34"
11
11
testAnnotationProcessor " org.projectlombok:lombok:1.18.34"
12
12
testImplementation ' org.testcontainers:kafka'
13
- testImplementation ' org.apache.kafka:kafka-clients:3.7.1 '
13
+ testImplementation ' org.apache.kafka:kafka-clients:3.8.0 '
14
14
testImplementation ' org.assertj:assertj-core:3.26.3'
15
15
testImplementation ' com.google.guava:guava:23.0'
16
16
testImplementation ' ch.qos.logback:logback-classic:1.3.14'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
9
9
dependencies {
10
10
testImplementation ' org.assertj:assertj-core:3.26.3'
11
11
testImplementation ' org.testcontainers:testcontainers'
12
- testImplementation ' io.nats:jnats:2.18 .1'
12
+ testImplementation ' io.nats:jnats:2.19 .1'
13
13
testImplementation ' ch.qos.logback:logback-classic:1.3.14'
14
14
testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
15
15
testImplementation ' org.junit.jupiter:junit-jupiter:5.10.2'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
11
11
testImplementation ' org.assertj:assertj-core:3.26.3'
12
12
testImplementation ' ch.qos.logback:logback-classic:1.3.14'
13
13
testImplementation ' org.junit.jupiter:junit-jupiter:5.10.2'
14
- testImplementation ' io.rest-assured:rest-assured:5.4 .0'
14
+ testImplementation ' io.rest-assured:rest-assured:5.5 .0'
15
15
}
16
16
17
17
test {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
7
7
}
8
8
9
9
dependencies {
10
- testImplementation ' org.apache.curator:curator-framework:5.6 .0'
10
+ testImplementation ' org.apache.curator:curator-framework:5.7 .0'
11
11
testImplementation ' org.testcontainers:testcontainers'
12
12
testImplementation ' org.assertj:assertj-core:3.26.3'
13
13
testImplementation ' ch.qos.logback:logback-classic:1.3.14'
Original file line number Diff line number Diff line change 1
1
dependencies {
2
2
api project(' :jdbc' )
3
3
4
- api ' com.google.guava:guava:33.2.0 -jre'
4
+ api ' com.google.guava:guava:33.2.1 -jre'
5
5
api ' org.apache.commons:commons-lang3:3.15.0'
6
6
api ' com.zaxxer:HikariCP-java6:2.3.13'
7
7
api ' commons-dbutils:commons-dbutils:1.8.1'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: Kafka"
3
3
dependencies {
4
4
api project(' :testcontainers' )
5
5
6
- testImplementation ' org.apache.kafka:kafka-clients:3.7.1 '
6
+ testImplementation ' org.apache.kafka:kafka-clients:3.8.0 '
7
7
testImplementation ' org.assertj:assertj-core:3.26.3'
8
8
testImplementation ' com.google.guava:guava:23.0'
9
9
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: Pulsar"
3
3
dependencies {
4
4
api project(' :testcontainers' )
5
5
6
- testImplementation platform(" org.apache.pulsar:pulsar-bom:3.2.3 " )
6
+ testImplementation platform(" org.apache.pulsar:pulsar-bom:3.3.0 " )
7
7
testImplementation ' org.apache.pulsar:pulsar-client'
8
8
testImplementation ' org.apache.pulsar:pulsar-client-admin'
9
9
testImplementation ' org.assertj:assertj-core:3.26.3'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
4
4
api project(' :testcontainers' )
5
5
shaded ' org.freemarker:freemarker:2.3.32'
6
6
7
- testImplementation ' org.apache.kafka:kafka-clients:3.7.1 '
7
+ testImplementation ' org.apache.kafka:kafka-clients:3.8.0 '
8
8
testImplementation ' org.assertj:assertj-core:3.26.3'
9
9
testImplementation ' io.rest-assured:rest-assured:5.5.0'
10
10
}
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ dependencies {
4
4
api project(' :testcontainers' )
5
5
6
6
testImplementation ' org.assertj:assertj-core:3.26.3'
7
- testImplementation ' io.weaviate:client:4.8.1 '
7
+ testImplementation ' io.weaviate:client:4.8.2 '
8
8
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
dependencies {
6
6
testImplementation ' org.testcontainers:testcontainers'
7
7
testImplementation ' org.junit.jupiter:junit-jupiter:5.10.3'
8
- testImplementation ' ch.qos.logback:logback-classic:1.3.8 '
8
+ testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
9
9
testImplementation ' org.assertj:assertj-core:3.26.3'
10
10
}
11
11
You can’t perform that action at this time.
0 commit comments