File tree Expand file tree Collapse file tree 24 files changed +33
-33
lines changed
redis-backed-cache-testng Expand file tree Collapse file tree 24 files changed +33
-33
lines changed Original file line number Diff line number Diff line change 1818 repo-token : ${{ secrets.GITHUB_TOKEN }}
1919 labels : dependencies
2020
21- - uses : gradle/wrapper-validation-action@e2c57acffb2c9aa5a8dc6eda2bbae0b6e495bd4c # v1.0.3
21+ - uses : gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b # v1.0.3
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ dependencies {
100100 testImplementation files(' testlib/repo/fakejar/fakejar/0/fakejar-0.jar' )
101101
102102 testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
103- testImplementation ' org.assertj:assertj-core:3.20.2 '
103+ testImplementation ' org.assertj:assertj-core:3.21.0 '
104104 testImplementation project(' :test-support' )
105105
106106 jarFileTestCompileOnly " org.projectlombok:lombok:${ lombok.version} "
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 implementation ' biz.paluch.redis:spinach:0.3'
1313 implementation ' com.google.code.gson:gson:2.8.8'
1414 implementation ' com.google.guava:guava:23.0'
15- testImplementation ' ch.qos.logback:logback-classic:1.2.5 '
15+ testImplementation ' ch.qos.logback:logback-classic:1.2.6 '
1616 testImplementation ' org.mockito:mockito-all:1.10.19'
1717 testImplementation ' org.testcontainers:testcontainers'
1818 testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ dependencies {
1010 testCompileOnly " org.projectlombok:lombok:1.18.20"
1111 testAnnotationProcessor " org.projectlombok:lombok:1.18.10"
1212 testImplementation ' org.testcontainers:kafka'
13- testImplementation ' org.apache.kafka:kafka-clients:2.8 .0'
13+ testImplementation ' org.apache.kafka:kafka-clients:3.0 .0'
1414 testImplementation ' org.assertj:assertj-core:3.20.2'
1515 testImplementation ' com.google.guava:guava:23.0'
16- testImplementation ' ch.qos.logback:logback-classic:1.2.5 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.2.6 '
1717}
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ repositories {
77}
88dependencies {
99 compileOnly ' org.slf4j:slf4j-api:1.7.32'
10- implementation ' com.squareup.okhttp3:okhttp:4.9.1 '
10+ implementation ' com.squareup.okhttp3:okhttp:4.9.2 '
1111 implementation ' org.json:json:20210307'
1212 testImplementation ' org.postgresql:postgresql:42.2.23'
13- testImplementation ' ch.qos.logback:logback-classic:1.2.5 '
13+ testImplementation ' ch.qos.logback:logback-classic:1.2.6 '
1414 testImplementation ' org.testcontainers:postgresql'
1515}
1616
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 implementation ' com.google.code.gson:gson:2.8.8'
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
15- testImplementation ' ch.qos.logback:logback-classic:1.2.5 '
15+ testImplementation ' ch.qos.logback:logback-classic:1.2.6 '
1616 testImplementation ' org.testng:testng:7.4.0'
1717 testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
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.2.5 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.2.6 '
1717 testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
1818}
Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3- id ' org.springframework.boot' version ' 2.5.4 '
3+ id ' org.springframework.boot' version ' 2.5.5 '
44}
55apply plugin : ' io.spring.dependency-management'
66
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.32'
1515
16- testImplementation ' ch.qos.logback:logback-classic:1.2.5 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.2.6 '
1717 testImplementation ' org.testcontainers:testcontainers'
1818 testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
1919}
Original file line number Diff line number Diff line change 11plugins {
2- id(" org.springframework.boot" ) version " 2.5.4 "
2+ id(" org.springframework.boot" ) version " 2.5.5 "
33 id(" org.jetbrains.kotlin.jvm" ) version " 1.5.30"
4- id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.5.30 "
4+ id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.5.31 "
55}
66
77apply plugin : ' io.spring.dependency-management'
You can’t perform that action at this time.
0 commit comments