Skip to content

Commit 4486913

Browse files
authored
Merge pull request #11075 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents f0af74d + bf26898 commit 4486913

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2121
apply from: "$rootDir/gradle/ci-support.gradle"

examples/cucumber/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

examples/kafka-cluster/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

examples/nats/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
dependencies {
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'

examples/redis-backed-cache-testng/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ repositories {
88

99
dependencies {
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'

examples/redis-backed-cache/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ repositories {
88

99
dependencies {
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'

examples/singleton-container/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ repositories {
88

99
dependencies {
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

0 commit comments

Comments
 (0)