File tree Expand file tree Collapse file tree 20 files changed +24
-24
lines changed
docs/examples/spock/redis
redis-backed-cache-testng Expand file tree Collapse file tree 20 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ subprojects {
122122 }
123123
124124 dependencies {
125- testImplementation ' ch.qos.logback:logback-classic:1.3.11 '
125+ testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
126126 }
127127
128128 checkstyle {
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ configurations.all {
7171dependencies {
7272 api ' junit:junit:4.13.2'
7373 api ' org.slf4j:slf4j-api:1.7.36'
74- compileOnly ' org.jetbrains:annotations:24.0.1 '
75- testCompileOnly ' org.jetbrains:annotations:24.0.1 '
74+ compileOnly ' org.jetbrains:annotations:24.1.0 '
75+ testCompileOnly ' org.jetbrains:annotations:24.1.0 '
7676 api ' org.apache.commons:commons-compress:1.25.0'
7777 api (' org.rnorth.duct-tape:duct-tape:1.0.8' ) {
7878 exclude(group : ' org.jetbrains' , module : ' annotations' )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 api " io.lettuce:lettuce-core:6.3.0.RELEASE"
88 testImplementation ' org.spockframework:spock-core:2.3-groovy-4.0'
99 testImplementation project(" :spock" )
10- testImplementation ' ch.qos.logback:logback-classic:1.3.11 '
10+ testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
1111}
1212
1313test {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99dependencies {
1010 testImplementation ' org.testcontainers:testcontainers'
1111 testImplementation ' com.hazelcast:hazelcast:5.3.6'
12- testImplementation ' ch.qos.logback:logback-classic:1.3.11 '
12+ testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
1313 testImplementation ' org.assertj:assertj-core:3.24.2'
1414 testImplementation ' org.junit.jupiter:junit-jupiter:5.10.1'
1515}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 testImplementation ' org.testcontainers:junit-jupiter'
1313 testImplementation ' org.assertj:assertj-core:3.24.2'
1414 testImplementation ' com.google.guava:guava:23.0'
15- testImplementation ' ch.qos.logback:logback-classic:1.3.11 '
15+ testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
1616 testImplementation ' org.junit.jupiter:junit-jupiter:5.10.1'
1717}
1818
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313 testImplementation ' org.apache.kafka:kafka-clients:3.6.1'
1414 testImplementation ' org.assertj:assertj-core:3.24.2'
1515 testImplementation ' com.google.guava:guava:23.0'
16- testImplementation ' ch.qos.logback:logback-classic:1.3.11 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
1717 testImplementation ' org.junit.jupiter:junit-jupiter:5.10.1'
1818}
1919
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 implementation ' com.squareup.okhttp3:okhttp:4.12.0'
1111 implementation ' org.json:json:20231013'
1212 testRuntimeOnly ' org.postgresql:postgresql:42.7.1'
13- testImplementation ' ch.qos.logback:logback-classic:1.3.11 '
13+ testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
1414 testImplementation ' org.testcontainers:postgresql'
1515 testImplementation ' org.assertj:assertj-core:3.24.2'
1616}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 testImplementation ' org.assertj:assertj-core:3.24.2'
1111 testImplementation ' org.testcontainers:testcontainers'
1212 testImplementation ' io.nats:jnats:2.17.1'
13- testImplementation ' ch.qos.logback:logback-classic:1.3.11 '
13+ testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
1414 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
1515 testImplementation ' org.junit.jupiter:junit-jupiter:5.10.1'
1616}
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ repositories {
88
99dependencies {
1010 compileOnly ' org.slf4j:slf4j-api:1.7.36'
11- implementation ' redis.clients:jedis:5.0.2 '
11+ implementation ' redis.clients:jedis:5.1.0 '
1212 implementation ' com.google.code.gson:gson:2.10.1'
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
15- testImplementation ' ch.qos.logback:logback-classic:1.3.11 '
15+ testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
1616 testImplementation ' org.testng:testng:7.5.1'
1717 testImplementation ' org.assertj:assertj-core:3.24.2'
1818}
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ repositories {
88
99dependencies {
1010 compileOnly ' org.slf4j:slf4j-api:1.7.36'
11- implementation ' redis.clients:jedis:5.0.2 '
11+ implementation ' redis.clients:jedis:5.1.0 '
1212 implementation ' com.google.code.gson:gson:2.10.1'
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
1515 testImplementation ' org.testcontainers:junit-jupiter'
1616 testImplementation ' org.junit.jupiter:junit-jupiter:5.10.1'
17- testImplementation ' ch.qos.logback:logback-classic:1.3.11 '
17+ testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
1818 testImplementation ' org.assertj:assertj-core:3.24.2'
1919}
2020
You can’t perform that action at this time.
0 commit comments