Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
c179bf1
Bump org.spockframework:spock-core in /modules/spock
dependabot[bot] Feb 1, 2026
7fef159
Bump com.gradleup.shadow from 8.3.9 to 8.3.10
dependabot[bot] Mar 19, 2026
1acfc46
Bump com.datastax.cassandra:cassandra-driver-core in /modules/cassandra
dependabot[bot] Apr 2, 2026
7fec5ac
Bump org.projectlombok:lombok from 1.18.38 to 1.18.44 in /examples
dependabot[bot] Apr 8, 2026
7075573
Bump com.github.mwiede:jsch from 2.27.2 to 2.28.0 in /examples
dependabot[bot] Apr 8, 2026
c7a6131
Bump redis.clients:jedis from 6.2.0 to 7.4.1 in /examples
dependabot[bot] Apr 8, 2026
8f5b8ec
Bump org.junit.jupiter:junit-jupiter in /smoke-test
dependabot[bot] Apr 8, 2026
43058a8
Bump org.jreleaser from 1.20.0 to 1.23.0 in /smoke-test
dependabot[bot] Apr 8, 2026
c6c70ca
Bump com.gradle:common-custom-user-data-gradle-plugin
dependabot[bot] Apr 9, 2026
ef490a2
Bump org.assertj:assertj-core from 3.27.4 to 3.27.6 in /smoke-test
dependabot[bot] Apr 10, 2026
af06afa
Bump com.google.guava:guava from 33.3.1-jre to 33.5.0-jre in /smoke-test
dependabot[bot] Apr 10, 2026
5c7e21e
Bump org.projectlombok:lombok from 1.18.38 to 1.18.42 in /examples
dependabot[bot] Apr 10, 2026
3651741
Bump io.cucumber:cucumber-bom from 7.30.0 to 7.32.0 in /examples
dependabot[bot] Apr 10, 2026
e9db175
Bump com.github.mwiede:jsch from 2.27.2 to 2.27.7 in /examples
dependabot[bot] Apr 10, 2026
f109abc
Bump org.questdb:questdb from 9.2.2 to 9.3.4 in /modules/questdb
dependabot[bot] Apr 12, 2026
8a22b2f
Bump io.lettuce:lettuce-core in /smoke-test
dependabot[bot] Apr 14, 2026
0e7067d
Bump org.junit.jupiter:junit-jupiter from 5.13.4 to 5.14.3 in /core
dependabot[bot] Apr 15, 2026
993c630
Bump com.google.guava:guava from 33.3.1-jre to 33.6.0-jre in /core
dependabot[bot] Apr 16, 2026
767824d
Bump com.rabbitmq:amqp-client from 5.26.0 to 5.30.0 in /core
dependabot[bot] Apr 16, 2026
375f43d
Bump slackapi/slack-github-action in /.github/workflows
dependabot[bot] Apr 23, 2026
cdb0c8e
Merge remote-tracking branch 'origin/dependabot/gradle/core/com.rabbi…
kiview Apr 24, 2026
8f05228
Merge remote-tracking branch 'origin/dependabot/gradle/core/com.googl…
kiview Apr 24, 2026
a5528cf
Merge remote-tracking branch 'origin/dependabot/gradle/core/org.junit…
kiview Apr 24, 2026
1adea7d
Merge remote-tracking branch 'origin/dependabot/gradle/com.gradle-com…
kiview Apr 24, 2026
36a2dfc
Merge remote-tracking branch 'origin/dependabot/gradle/examples/com.g…
kiview Apr 24, 2026
3a21ba5
Merge remote-tracking branch 'origin/dependabot/gradle/examples/redis…
kiview Apr 24, 2026
7777ae4
Merge remote-tracking branch 'origin/dependabot/gradle/smoke-test/org…
kiview Apr 24, 2026
55a259c
Merge remote-tracking branch 'origin/dependabot/gradle/smoke-test/org…
kiview Apr 24, 2026
caba8fc
Merge remote-tracking branch 'origin/dependabot/gradle/smoke-test/io.…
kiview Apr 24, 2026
d10c940
Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.p…
kiview Apr 24, 2026
a4e694e
Merge remote-tracking branch 'origin/dependabot/gradle/modules/questd…
kiview Apr 24, 2026
38223d1
Merge remote-tracking branch 'origin/dependabot/gradle/modules/cassan…
kiview Apr 24, 2026
fb23768
Merge remote-tracking branch 'origin/dependabot/gradle/com.gradleup.s…
kiview Apr 24, 2026
174da82
Merge remote-tracking branch 'origin/dependabot/gradle/modules/spock/…
kiview Apr 24, 2026
6e51e08
Merge remote-tracking branch 'origin/dependabot/gradle/examples/com.g…
kiview Apr 24, 2026
be82fee
Merge remote-tracking branch 'origin/dependabot/gradle/examples/io.cu…
kiview Apr 24, 2026
f31ab58
Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.p…
kiview Apr 24, 2026
09df01d
Merge remote-tracking branch 'origin/dependabot/gradle/smoke-test/com…
kiview Apr 24, 2026
fcf4523
Resolve merge conflict: take higher versions (assertj 3.27.7, junit-j…
kiview Apr 24, 2026
7a4f8bc
Fix compilation issues found during local testing
kiview Apr 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/moby-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Notify to Slack on failures
if: failure()
id: slack
uses: slackapi/slack-github-action@v3.0.1
uses: slackapi/slack-github-action@v3.0.2
with:
payload: |
{
Expand Down
12 changes: 7 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ buildscript {

dependencies {
// https://github.com/melix/japicmp-gradle-plugin/issues/36
classpath 'com.google.guava:guava:33.3.1-jre'
classpath 'com.google.guava:guava:33.5.0-jre'
classpath 'com.github.tjni.captainhook:captain-hook:0.1.5'
}
}

plugins {
id 'io.franzbecker.gradle-lombok' version '5.0.0'
id 'com.gradleup.shadow' version '8.3.9'
id 'com.gradleup.shadow' version '8.3.10'
id 'me.champeau.gradle.japicmp' version '0.4.3' apply false
id 'com.diffplug.spotless' version '6.22.0' apply false
id 'org.jreleaser' version '1.20.0' apply false
id 'org.jreleaser' version '1.23.0' apply false
}

apply from: "$rootDir/gradle/ci-support.gradle"
Expand Down Expand Up @@ -134,9 +134,11 @@ subprojects {
}

dependencies {
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'

testImplementation 'ch.qos.logback:logback-classic:1.3.15'
testImplementation 'org.assertj:assertj-core:3.27.4'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
testImplementation 'org.assertj:assertj-core:3.27.7'
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.3'

testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
}
Expand Down
8 changes: 4 additions & 4 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies {

api 'com.github.docker-java:docker-java-transport-zerodep'

shaded 'com.google.guava:guava:33.3.1-jre'
shaded 'com.google.guava:guava:33.6.0-jre'
shaded "org.yaml:snakeyaml:2.6"

shaded 'org.glassfish.main.external:trilead-ssh2-repackaged:4.1.2'
Expand All @@ -100,13 +100,13 @@ dependencies {

testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.3'

testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.3'
testImplementation('com.google.cloud.tools:jib-core:0.28.1') {
exclude group: 'com.google.guava', module: 'guava'
}
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
testImplementation 'redis.clients:jedis:7.4.1'
testImplementation 'com.rabbitmq:amqp-client:5.26.0'
testImplementation 'com.rabbitmq:amqp-client:5.30.0'
testImplementation 'org.mongodb:mongo-java-driver:3.12.14'

testImplementation ('org.mockito:mockito-core:4.11.0') {
Expand All @@ -121,7 +121,7 @@ dependencies {
jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}"
jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}"
jarFileTestRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.3'
jarFileTestImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
jarFileTestImplementation 'org.junit.jupiter:junit-jupiter:5.14.3'
jarFileTestImplementation 'org.assertj:assertj-core:3.27.7'
jarFileTestImplementation 'org.ow2.asm:asm-debug-all:5.2'
}
Expand Down
6 changes: 3 additions & 3 deletions docs/examples/junit5/redis/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
description = "Examples for docs"

dependencies {
api "io.lettuce:lettuce-core:6.8.0.RELEASE"
api "io.lettuce:lettuce-core:7.5.1.RELEASE"

testRuntimeOnly 'org.junit.jupiter:junit-jupiter:5.13.4'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter:5.14.3'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
testImplementation project(":testcontainers")
testImplementation project(":testcontainers-junit-jupiter")
testImplementation 'org.assertj:assertj-core:3.27.4'
testImplementation 'org.assertj:assertj-core:3.27.7'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/spock/redis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
api "io.lettuce:lettuce-core:6.8.0.RELEASE"
api "io.lettuce:lettuce-core:7.5.1.RELEASE"
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation project(":testcontainers-spock")
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
Expand Down
2 changes: 1 addition & 1 deletion examples/cucumber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {

testImplementation platform('org.junit:junit-bom:5.13.4')
testImplementation 'org.junit.platform:junit-platform-suite'
testImplementation platform('io.cucumber:cucumber-bom:7.30.0')
testImplementation platform('io.cucumber:cucumber-bom:7.34.3')
testImplementation 'io.cucumber:cucumber-java'
testImplementation 'io.cucumber:cucumber-junit-platform-engine'
testImplementation 'org.testcontainers:testcontainers-selenium'
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka-cluster/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ repositories {
}

dependencies {
testCompileOnly "org.projectlombok:lombok:1.18.38"
testAnnotationProcessor "org.projectlombok:lombok:1.18.38"
testCompileOnly "org.projectlombok:lombok:1.18.44"
testAnnotationProcessor "org.projectlombok:lombok:1.18.44"
testImplementation 'org.testcontainers:testcontainers-kafka'
testImplementation 'org.apache.kafka:kafka-clients:4.1.0'
testImplementation 'org.assertj:assertj-core:3.27.4'
Expand Down
2 changes: 1 addition & 1 deletion examples/redis-backed-cache-testng/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {
compileOnly 'org.slf4j:slf4j-api:1.7.36'
implementation 'redis.clients:jedis:6.2.0'
implementation 'redis.clients:jedis:7.4.1'
implementation 'com.google.code.gson:gson:2.13.2'
implementation 'com.google.guava:guava:23.0'
testImplementation 'org.testcontainers:testcontainers'
Expand Down
2 changes: 1 addition & 1 deletion examples/redis-backed-cache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {
compileOnly 'org.slf4j:slf4j-api:1.7.36'
implementation 'redis.clients:jedis:6.2.0'
implementation 'redis.clients:jedis:7.4.1'
implementation 'com.google.code.gson:gson:2.13.2'
implementation 'com.google.guava:guava:23.0'
testImplementation 'org.testcontainers:testcontainers'
Expand Down
2 changes: 1 addition & 1 deletion examples/sftp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
testImplementation 'com.github.mwiede:jsch:2.27.2'
testImplementation 'com.github.mwiede:jsch:2.28.0'
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'org.assertj:assertj-core:3.27.4'
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
Expand Down
2 changes: 1 addition & 1 deletion examples/singleton-container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {

implementation 'redis.clients:jedis:6.2.0'
implementation 'redis.clients:jedis:7.4.1'
implementation 'com.google.code.gson:gson:2.13.2'
implementation 'com.google.guava:guava:23.0'
compileOnly 'org.slf4j:slf4j-api:1.7.36'
Expand Down
4 changes: 2 additions & 2 deletions examples/solr-container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ repositories {
}

dependencies {
compileOnly "org.projectlombok:lombok:1.18.38"
annotationProcessor "org.projectlombok:lombok:1.18.38"
compileOnly "org.projectlombok:lombok:1.18.44"
annotationProcessor "org.projectlombok:lombok:1.18.44"

implementation 'org.apache.solr:solr-solrj:8.11.4'

Expand Down
2 changes: 1 addition & 1 deletion modules/questdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
testRuntimeOnly 'org.postgresql:postgresql:42.7.10'

testImplementation project(':testcontainers-jdbc-test')
testImplementation 'org.questdb:questdb:9.2.2'
testImplementation 'org.questdb:questdb:9.3.4'
testImplementation 'org.awaitility:awaitility:4.3.0'
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
}
2 changes: 1 addition & 1 deletion modules/spock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Testcontainers :: Spock-Extension"

dependencies {
api project(':testcontainers')
implementation 'org.spockframework:spock-core:2.3-groovy-4.0'
implementation 'org.spockframework:spock-core:2.4-groovy-4.0'

testImplementation project(':testcontainers-selenium')
testImplementation project(':testcontainers-mysql')
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.19.2"
classpath "com.gradle:common-custom-user-data-gradle-plugin:2.5.0"
classpath "com.gradle:common-custom-user-data-gradle-plugin:2.6.0"
classpath "org.gradle.toolchains:foojay-resolver:0.8.0"
}
}
Expand Down
4 changes: 2 additions & 2 deletions smoke-test/turbo-mode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {

dependencies {
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.3'
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
testImplementation 'org.assertj:assertj-core:3.27.4'
testImplementation 'org.assertj:assertj-core:3.27.7'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3'
}

Expand Down
2 changes: 1 addition & 1 deletion test-support/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
implementation 'junit:junit:4.13.2'
implementation 'org.slf4j:slf4j-api:2.0.17'
testImplementation 'org.assertj:assertj-core:3.27.4'
testImplementation 'org.assertj:assertj-core:3.27.7'
}
Loading