Skip to content

Commit 354d552

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 6.0.3
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.11.3 to 6.0.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.3...r6.0.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b378fca commit 354d552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ dependencies {
3636
implementation gradleApi()
3737
implementation 'io.github.git-commit-id:git-commit-id-plugin-core:6.2.0'
3838

39-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3'
39+
testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.3'
4040
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
41-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
41+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.3'
4242
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4343

4444
testImplementation gradleTestKit()

0 commit comments

Comments
 (0)