Skip to content

Commit dab5d3a

Browse files
renovate[bot]ryandens
authored andcommitted
Update dependency org.junit.jupiter:junit-jupiter to v6
1 parent 4522a34 commit dab5d3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auto-delegate-examples/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tasks.compileJava {
99
dependencies {
1010
compileOnly(project(":auto-delegate-annotations"))
1111
annotationProcessor(project(":auto-delegate-processor", "shadow"))
12-
testImplementation("org.junit.jupiter:junit-jupiter:5.14.0")
12+
testImplementation("org.junit.jupiter:junit-jupiter:6.0.0")
1313
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1414
testImplementation("org.mockito:mockito-core:5.20.0")
1515
}

0 commit comments

Comments
 (0)