Skip to content

Commit ce33d4a

Browse files
Bump org.assertj:assertj-core from 3.27.6 to 3.27.7
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.6 to 3.27.7. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.6...assertj-build-3.27.7) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c82209a commit ce33d4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525

2626
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2")
2727
testImplementation("org.apache.flink:flink-test-utils:$flinkVersion")
28-
testImplementation("org.assertj:assertj-core:3.27.6")
28+
testImplementation("org.assertj:assertj-core:3.27.7")
2929
testImplementation("org.mockito:mockito-junit-jupiter:5.21.0")
3030

3131
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
@@ -41,7 +41,7 @@ testing {
4141
configureEach {
4242
if (this is JvmTestSuite) {
4343
dependencies {
44-
implementation("org.assertj:assertj-core:3.27.6")
44+
implementation("org.assertj:assertj-core:3.27.7")
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)