Skip to content

Commit 45bd92d

Browse files
Update junit-framework monorepo to v6
1 parent 4a3abb7 commit 45bd92d

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
@@ -36,7 +36,7 @@ dependencies {
3636
implementation 'com.google.code.gson:gson:2.13.2'
3737

3838
// JUnit 5:
39-
def junit_version = "5.11.4"
39+
def junit_version = "6.0.0"
4040
testImplementation(platform("org.junit:junit-bom:$junit_version"))
4141
testImplementation("org.junit.jupiter:junit-jupiter:$junit_version")
4242
}

0 commit comments

Comments
 (0)