Skip to content

Commit 131efc0

Browse files
Bump org.assertj:assertj-core from 3.27.4 to 3.27.6 in /smoke-test
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.4 to 3.27.6. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.4...assertj-build-3.27.6) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 559df36 commit 131efc0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/examples/junit5/redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
1010
testImplementation project(":testcontainers")
1111
testImplementation project(":testcontainers-junit-jupiter")
12-
testImplementation 'org.assertj:assertj-core:3.27.4'
12+
testImplementation 'org.assertj:assertj-core:3.27.6'
1313
}
1414

1515
test {

smoke-test/turbo-mode/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
testImplementation 'org.testcontainers:testcontainers'
77
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
88
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
9-
testImplementation 'org.assertj:assertj-core:3.27.4'
9+
testImplementation 'org.assertj:assertj-core:3.27.6'
1010
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3'
1111
}
1212

test-support/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
22
implementation 'junit:junit:4.13.2'
33
implementation 'org.slf4j:slf4j-api:2.0.17'
4-
testImplementation 'org.assertj:assertj-core:3.27.4'
4+
testImplementation 'org.assertj:assertj-core:3.27.6'
55
}

0 commit comments

Comments
 (0)