File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
redis-backed-cache-testng Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ plugins {
1515 id ' com.gradleup.shadow' version ' 8.3.9'
1616 id ' me.champeau.gradle.japicmp' version ' 0.4.3' apply false
1717 id ' com.diffplug.spotless' version ' 6.22.0' apply false
18- id ' org.jreleaser' version ' 1.18 .0' apply false
18+ id ' org.jreleaser' version ' 1.20 .0' apply false
1919}
2020
2121apply from : " $rootDir /gradle/ci-support.gradle"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414
1515 testImplementation platform(' org.junit:junit-bom:5.13.4' )
1616 testImplementation ' org.junit.platform:junit-platform-suite'
17- testImplementation platform(' io.cucumber:cucumber-bom:7.27.2 ' )
17+ testImplementation platform(' io.cucumber:cucumber-bom:7.30.0 ' )
1818 testImplementation ' io.cucumber:cucumber-java'
1919 testImplementation ' io.cucumber:cucumber-junit-platform-engine'
2020 testImplementation ' org.testcontainers:testcontainers-selenium'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 testCompileOnly " org.projectlombok:lombok:1.18.38"
1111 testAnnotationProcessor " org.projectlombok:lombok:1.18.38"
1212 testImplementation ' org.testcontainers:testcontainers-kafka'
13- testImplementation ' org.apache.kafka:kafka-clients:4.0 .0'
13+ testImplementation ' org.apache.kafka:kafka-clients:4.1 .0'
1414 testImplementation ' org.assertj:assertj-core:3.27.4'
1515 testImplementation ' com.google.guava:guava:23.0'
1616 testImplementation ' ch.qos.logback:logback-classic:1.3.15'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99dependencies {
1010 testImplementation ' org.assertj:assertj-core:3.27.4'
1111 testImplementation ' org.testcontainers:testcontainers'
12- testImplementation ' io.nats:jnats:2.21.5 '
12+ testImplementation ' io.nats:jnats:2.23.0 '
1313 testImplementation ' ch.qos.logback:logback-classic:1.3.15'
1414 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
1515 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ repositories {
88
99dependencies {
1010 compileOnly ' org.slf4j:slf4j-api:1.7.36'
11- implementation ' redis.clients:jedis:6.1 .0'
12- implementation ' com.google.code.gson:gson:2.13.1 '
11+ implementation ' redis.clients:jedis:6.2 .0'
12+ implementation ' com.google.code.gson:gson:2.13.2 '
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
1515 testImplementation ' ch.qos.logback:logback-classic:1.3.15'
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ repositories {
88
99dependencies {
1010 compileOnly ' org.slf4j:slf4j-api:1.7.36'
11- implementation ' redis.clients:jedis:6.1 .0'
12- implementation ' com.google.code.gson:gson:2.13.1 '
11+ implementation ' redis.clients:jedis:6.2 .0'
12+ implementation ' com.google.code.gson:gson:2.13.2 '
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
1515 testImplementation ' org.testcontainers:testcontainers-junit-jupiter'
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ repositories {
88
99dependencies {
1010
11- implementation ' redis.clients:jedis:6.1 .0'
12- implementation ' com.google.code.gson:gson:2.13.1 '
11+ implementation ' redis.clients:jedis:6.2 .0'
12+ implementation ' com.google.code.gson:gson:2.13.2 '
1313 implementation ' com.google.guava:guava:23.0'
1414 compileOnly ' org.slf4j:slf4j-api:1.7.36'
1515
You can’t perform that action at this time.
0 commit comments