Skip to content

Commit a79bdc7

Browse files
Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#343)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.3 to 3.27.4. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.3...assertj-build-3.27.4) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0903a1 commit a79bdc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

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

7979
testImplementation "org.testcontainers:testcontainers:1.21.3"
8080
testImplementation group: 'org.awaitility', name: 'awaitility', version: '4.3.0'
81-
testImplementation("org.assertj:assertj-core:3.27.3")
81+
testImplementation("org.assertj:assertj-core:3.27.4")
8282
}
8383

8484
test {

0 commit comments

Comments
 (0)