File tree Expand file tree Collapse file tree 17 files changed +19
-19
lines changed
docs/examples/spock/redis
redis-backed-cache-testng Expand file tree Collapse file tree 17 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ plugins {
1616 id ' com.github.johnrengelman.shadow' version ' 7.1.2'
1717 id ' me.champeau.gradle.japicmp' version ' 0.4.1' apply false
1818 id ' com.diffplug.spotless' version ' 6.11.0' apply false
19- id ' org.gradle.test-retry' version ' 1.4.1 '
19+ id ' org.gradle.test-retry' version ' 1.5.0 '
2020}
2121
2222apply from : " $rootDir /gradle/ci-support.gradle"
@@ -125,7 +125,7 @@ subprojects {
125125 }
126126
127127 dependencies {
128- testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
128+ testImplementation ' ch.qos.logback:logback-classic:1.3.5 '
129129 }
130130
131131 checkstyle {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 api " io.lettuce:lettuce-core:6.2.1.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.4 '
10+ testImplementation ' ch.qos.logback:logback-classic:1.3.5 '
1111}
1212
1313test {
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ repositories {
99dependencies {
1010 testImplementation ' org.testcontainers:testcontainers'
1111 testImplementation ' com.hazelcast:hazelcast:5.2.1'
12- testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
12+ testImplementation ' ch.qos.logback:logback-classic:1.3.5 '
1313 testImplementation ' org.assertj:assertj-core:3.23.1'
1414}
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ dependencies {
1313 testImplementation ' org.apache.kafka:kafka-clients:3.3.1'
1414 testImplementation ' org.assertj:assertj-core:3.23.1'
1515 testImplementation ' com.google.guava:guava:23.0'
16- testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.3.5 '
1717}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 implementation ' com.squareup.okhttp3:okhttp:4.10.0'
1111 implementation ' org.json:json:20220924'
1212 testImplementation ' org.postgresql:postgresql:42.5.1'
13- testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
13+ testImplementation ' ch.qos.logback:logback-classic:1.3.5 '
1414 testImplementation ' org.testcontainers:postgresql'
1515 testImplementation ' org.assertj:assertj-core:3.23.1'
1616}
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ dependencies {
1010 testImplementation ' org.assertj:assertj-core:3.23.1'
1111 testImplementation ' org.testcontainers:testcontainers'
1212 testImplementation ' io.nats:jnats:2.16.5'
13- testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
13+ testImplementation ' ch.qos.logback:logback-classic:1.3.5 '
1414 testImplementation ' org.apache.httpcomponents:httpclient:4.5.13'
1515}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 implementation ' com.google.code.gson:gson:2.10'
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
15- testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
15+ testImplementation ' ch.qos.logback:logback-classic:1.3.5 '
1616 testImplementation ' org.testng:testng:7.5'
1717 testImplementation ' org.assertj:assertj-core:3.23.1'
1818}
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ dependencies {
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
1515 testImplementation ' junit:junit:4.13.2'
16- testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.3.5 '
1717 testImplementation ' org.assertj:assertj-core:3.23.1'
1818}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313 implementation ' com.google.guava:guava:23.0'
1414 compileOnly ' org.slf4j:slf4j-api:1.7.36'
1515
16- testImplementation ' ch.qos.logback:logback-classic:1.3.4 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.3.5 '
1717 testImplementation ' org.testcontainers:testcontainers'
1818 testImplementation ' org.assertj:assertj-core:3.23.1'
1919}
Original file line number Diff line number Diff line change 11plugins {
22 id(" org.springframework.boot" ) version " 2.7.5"
33 id(" org.jetbrains.kotlin.jvm" ) version " 1.7.22"
4- id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.7.21 "
4+ id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.7.22 "
55}
66
77apply plugin : ' io.spring.dependency-management'
You can’t perform that action at this time.
0 commit comments