Skip to content

Commit 57c2467

Browse files
authored
Merge pull request #10456 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 283899f + 37d4c96 commit 57c2467

File tree

52 files changed

+54
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+54
-54
lines changed

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@ dependencies {
120120
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
121121
testImplementation files('testlib/repo/fakejar/fakejar/0/fakejar-0.jar')
122122

123-
testImplementation 'org.assertj:assertj-core:3.26.3'
123+
testImplementation 'org.assertj:assertj-core:3.27.3'
124124
testImplementation 'io.rest-assured:rest-assured:5.5.0'
125125

126126
jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}"
127127
jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}"
128128
jarFileTestImplementation 'junit:junit:4.13.2'
129-
jarFileTestImplementation 'org.assertj:assertj-core:3.26.3'
129+
jarFileTestImplementation 'org.assertj:assertj-core:3.27.3'
130130
jarFileTestImplementation 'org.ow2.asm:asm-debug-all:5.2'
131131
}
132132

docs/examples/junit4/generic/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ dependencies {
88

99
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
1010
testImplementation "org.seleniumhq.selenium:selenium-api:4.25.0"
11-
testImplementation 'org.assertj:assertj-core:3.26.3'
11+
testImplementation 'org.assertj:assertj-core:3.27.3'
1212
}

docs/examples/junit4/redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ dependencies {
55

66
testImplementation "junit:junit:4.13.2"
77
testImplementation project(":testcontainers")
8-
testImplementation 'org.assertj:assertj-core:3.26.3'
8+
testImplementation 'org.assertj:assertj-core:3.27.3'
99
}

docs/examples/junit5/redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.0"
99
testImplementation project(":testcontainers")
1010
testImplementation project(":junit-jupiter")
11-
testImplementation 'org.assertj:assertj-core:3.26.3'
11+
testImplementation 'org.assertj:assertj-core:3.27.3'
1212
}
1313

1414
test {

modules/activemq/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Testcontainers :: ActiveMQ"
33
dependencies {
44
api project(':testcontainers')
55

6-
testImplementation 'org.assertj:assertj-core:3.26.3'
6+
testImplementation 'org.assertj:assertj-core:3.27.3'
77
testImplementation "org.apache.activemq:activemq-client:6.1.2"
88
testImplementation "org.apache.activemq:artemis-jakarta-client:2.37.0"
99
}

modules/azure/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
// TODO use JDK's HTTP client and/or Apache HttpClient5
77
shaded 'com.squareup.okhttp3:okhttp:4.12.0'
88

9-
testImplementation 'org.assertj:assertj-core:3.26.3'
9+
testImplementation 'org.assertj:assertj-core:3.27.3'
1010
testImplementation 'com.azure:azure-cosmos:4.63.3'
1111
testImplementation 'com.azure:azure-storage-blob:12.29.0'
1212
testImplementation 'com.azure:azure-storage-queue:12.24.0'

modules/cassandra/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ dependencies {
1111
api "com.datastax.cassandra:cassandra-driver-core:3.10.0"
1212

1313
testImplementation 'com.datastax.oss:java-driver-core:4.17.0'
14-
testImplementation 'org.assertj:assertj-core:3.26.3'
14+
testImplementation 'org.assertj:assertj-core:3.27.3'
1515
}

modules/chromadb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ description = "Testcontainers :: ChromaDB"
33
dependencies {
44
api project(':testcontainers')
55

6-
testImplementation 'org.assertj:assertj-core:3.26.3'
6+
testImplementation 'org.assertj:assertj-core:3.27.3'
77
testImplementation 'io.rest-assured:rest-assured:5.5.0'
88
}

modules/cockroachdb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies {
55

66
testImplementation project(':jdbc-test')
77
testRuntimeOnly 'org.postgresql:postgresql:42.7.4'
8-
testImplementation 'org.assertj:assertj-core:3.26.3'
8+
testImplementation 'org.assertj:assertj-core:3.27.3'
99
}
1010

1111
tasks.japicmp {

modules/consul/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ dependencies {
55

66
testImplementation 'com.ecwid.consul:consul-api:1.4.5'
77
testImplementation 'io.rest-assured:rest-assured:5.5.0'
8-
testImplementation 'org.assertj:assertj-core:3.26.3'
8+
testImplementation 'org.assertj:assertj-core:3.27.3'
99
}

0 commit comments

Comments
 (0)