Skip to content

Commit 3cbeb9d

Browse files
[Dependabot]: Bump org.junit.jupiter:junit-jupiter from 5.12.2 to 6.0.0
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.12.2 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.12.2...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2cb4f94 commit 3cbeb9d

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
@@ -108,7 +108,7 @@ dependencies {
108108
implementation group: 'org.tinylog', name: 'tinylog-impl', version: tinyLogVersion
109109

110110
// JUnit test framework.
111-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.12.2'
111+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '6.0.0'
112112
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
113113

114114
// Mocking libraries

0 commit comments

Comments
 (0)