File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
redis-backed-cache-testng Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ dependencies {
7
7
testImplementation project(" :testcontainers-mysql" )
8
8
9
9
testRuntimeOnly ' mysql:mysql-connector-java:8.0.33'
10
- testImplementation " org.seleniumhq.selenium:selenium-api:4.34 .0"
10
+ testImplementation " org.seleniumhq.selenium:selenium-api:4.35 .0"
11
11
testImplementation ' org.assertj:assertj-core:3.27.4'
12
12
}
Original file line number Diff line number Diff line change 1
1
description = " Examples for docs"
2
2
3
3
dependencies {
4
- api " io.lettuce:lettuce-core:6.7.1 .RELEASE"
4
+ api " io.lettuce:lettuce-core:6.8.0 .RELEASE"
5
5
6
6
testImplementation " junit:junit:4.13.2"
7
7
testImplementation project(" :testcontainers" )
Original file line number Diff line number Diff line change 1
1
description = " Examples for docs"
2
2
3
3
dependencies {
4
- api " io.lettuce:lettuce-core:6.7.1 .RELEASE"
4
+ api " io.lettuce:lettuce-core:6.8.0 .RELEASE"
5
5
6
6
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.4'
7
7
testImplementation ' org.junit.jupiter:junit-jupiter-params:5.13.4'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
}
5
5
6
6
dependencies {
7
- api " io.lettuce:lettuce-core:6.7.1 .RELEASE"
7
+ api " io.lettuce:lettuce-core:6.8.0 .RELEASE"
8
8
testImplementation ' org.spockframework:spock-core:2.3-groovy-4.0'
9
9
testImplementation project(" :testcontainers-spock" )
10
10
testImplementation ' ch.qos.logback:logback-classic:1.3.15'
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ repositories {
7
7
}
8
8
9
9
dependencies {
10
- implementation platform(' org.seleniumhq.selenium:selenium-bom:4.34 .0' )
10
+ implementation platform(' org.seleniumhq.selenium:selenium-bom:4.35 .0' )
11
11
implementation ' org.seleniumhq.selenium:selenium-remote-driver'
12
12
implementation ' org.seleniumhq.selenium:selenium-firefox-driver'
13
13
implementation ' org.seleniumhq.selenium:selenium-chrome-driver'
14
14
15
15
testImplementation platform(' org.junit:junit-bom:5.13.4' )
16
16
testImplementation ' org.junit.platform:junit-platform-suite'
17
- testImplementation platform(' io.cucumber:cucumber-bom:7.27.0 ' )
17
+ testImplementation platform(' io.cucumber:cucumber-bom:7.27.2 ' )
18
18
testImplementation ' io.cucumber:cucumber-java'
19
19
testImplementation ' io.cucumber:cucumber-junit-platform-engine'
20
20
testImplementation ' org.testcontainers:testcontainers-selenium'
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.27.4'
11
11
testImplementation ' org.testcontainers:testcontainers'
12
- testImplementation ' io.nats:jnats:2.21.4 '
12
+ testImplementation ' io.nats:jnats:2.21.5 '
13
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.4'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
9
9
dependencies {
10
10
compileOnly ' org.slf4j:slf4j-api:1.7.36'
11
- implementation ' redis.clients:jedis:6.0 .0'
11
+ implementation ' redis.clients:jedis:6.1 .0'
12
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'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
9
9
dependencies {
10
10
compileOnly ' org.slf4j:slf4j-api:1.7.36'
11
- implementation ' redis.clients:jedis:6.0 .0'
11
+ implementation ' redis.clients:jedis:6.1 .0'
12
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'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
9
9
dependencies {
10
10
11
- implementation ' redis.clients:jedis:6.0 .0'
11
+ implementation ' redis.clients:jedis:6.1 .0'
12
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'
You can’t perform that action at this time.
0 commit comments