Skip to content

Commit 1f8b1d0

Browse files
dependabot[bot]mbode
authored andcommitted
Bump junitVersion from 6.0.1 to 6.0.2
Bumps `junitVersion` from 6.0.1 to 6.0.2. Updates `org.junit.jupiter:junit-jupiter-api` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.1...r6.0.2) Updates `org.junit.jupiter:junit-jupiter-engine` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.1...r6.0.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e49479c commit 1f8b1d0

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
@@ -23,7 +23,7 @@ val flinkVersion = "2.1.1"
2323
dependencies {
2424
compileOnly("org.apache.flink:flink-streaming-java:$flinkVersion")
2525

26-
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.1")
26+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2")
2727
testImplementation("org.apache.flink:flink-test-utils:$flinkVersion")
2828
testImplementation("org.assertj:assertj-core:3.27.6")
2929
testImplementation("org.mockito:mockito-junit-jupiter:5.21.0")
@@ -48,7 +48,7 @@ testing {
4848

4949
val test by getting(JvmTestSuite::class) {
5050
dependencies {
51-
val junitVersion = "6.0.1"
51+
val junitVersion = "6.0.2"
5252
implementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
5353
implementation("org.apache.flink:flink-test-utils:$flinkVersion")
5454

0 commit comments

Comments
 (0)