File tree Expand file tree Collapse file tree 12 files changed +13
-13
lines changed
redis-backed-cache-testng Expand file tree Collapse file tree 12 files changed +13
-13
lines changed 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.9'
1414 implementation ' com.google.guava:guava:23.0'
15- testImplementation ' ch.qos.logback:logback-classic:1.2.7 '
15+ testImplementation ' ch.qos.logback:logback-classic:1.2.10 '
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 @@ -13,5 +13,5 @@ dependencies {
1313 testImplementation ' org.apache.kafka:kafka-clients:3.0.0'
1414 testImplementation ' org.assertj:assertj-core:3.21.0'
1515 testImplementation ' com.google.guava:guava:23.0'
16- testImplementation ' ch.qos.logback:logback-classic:1.2.7 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.2.10 '
1717}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 implementation ' com.squareup.okhttp3:okhttp:4.9.3'
1111 implementation ' org.json:json:20211205'
1212 testImplementation ' org.postgresql:postgresql:42.3.1'
13- testImplementation ' ch.qos.logback:logback-classic:1.2.7 '
13+ testImplementation ' ch.qos.logback:logback-classic:1.2.10 '
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.9'
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
15- testImplementation ' ch.qos.logback:logback-classic:1.2.7 '
15+ testImplementation ' ch.qos.logback:logback-classic:1.2.10 '
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.7 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.2.10 '
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.6.1 '
3+ id ' org.springframework.boot' version ' 2.6.2 '
44}
55apply plugin : ' io.spring.dependency-management'
66
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 }
77 dependencies {
88 classpath " gradle.plugin.ch.myniva.gradle:s3-build-cache:0.10.0"
9- classpath " com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.7.2 "
9+ classpath " com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.8 "
1010 }
1111}
1212
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.7 '
16+ testImplementation ' ch.qos.logback:logback-classic:1.2.10 '
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.6.1 "
2+ id(" org.springframework.boot" ) version " 2.6.2 "
33 id(" org.jetbrains.kotlin.jvm" ) version " 1.6.10"
4- id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.6.0 "
4+ id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.6.10 "
55}
66
77apply plugin : ' io.spring.dependency-management'
Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3- id ' org.springframework.boot' version ' 2.6.1 '
3+ id ' org.springframework.boot' version ' 2.6.2 '
44}
55apply plugin : ' io.spring.dependency-management'
66
You can’t perform that action at this time.
0 commit comments