Skip to content

Commit e9b01e5

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

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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.2'
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.2'
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.2'
1212
}
1313

1414
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.11.0'
88
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
9-
testImplementation 'org.assertj:assertj-core:3.26.3'
9+
testImplementation 'org.assertj:assertj-core:3.27.2'
1010
}
1111

1212
test {

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.16'
4-
testImplementation 'org.assertj:assertj-core:3.26.3'
4+
testImplementation 'org.assertj:assertj-core:3.27.2'
55
}

0 commit comments

Comments
 (0)