Skip to content

Commit ebdc14f

Browse files
chore(deps): bump org.junit.jupiter:junit-jupiter from 5.8.2 to 6.0.2
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.8.2 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.8.2...r6.0.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8845116 commit ebdc14f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ subprojects {
3737
}
3838

3939
dependencies {
40-
"testImplementation"("org.junit.jupiter:junit-jupiter:5.8.2")
40+
"testImplementation"("org.junit.jupiter:junit-jupiter:6.0.2")
4141

4242
"implementation"("org.reflections:reflections:0.10.2")
4343
"implementation"("com.fasterxml.jackson.core:jackson-databind:2.17.0")

0 commit comments

Comments
 (0)