Skip to content

Commit 7990387

Browse files
Update dependency org.junit.jupiter:junit-jupiter-api to v6 (#162)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5ca7392 commit 7990387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencyResolutionManagement {
3333
library("csv", "com.opencsv", "opencsv").version("5.12.0")
3434

3535
// testing dependencies
36-
version("junit.version", "5.13.4")
36+
version("junit.version", "6.0.1")
3737
library("junit.jupiter", "org.junit.jupiter", "junit-jupiter-api").versionRef("junit.version")
3838
library("assertj","org.assertj", "assertj-core").version("3.27.5")
3939
library("mockito","org.mockito", "mockito-core").version("5.20.0")

0 commit comments

Comments
 (0)