Skip to content

Commit 6f950a1

Browse files
Update dependency org.junit.jupiter:junit-jupiter-api to v5.10.3 (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9cf0ccd commit 6f950a1

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
@@ -31,7 +31,7 @@ dependencyResolutionManagement {
3131
library("csv", "com.opencsv", "opencsv").version("5.9")
3232

3333
// testing dependencies
34-
version("junit.version", "5.10.2")
34+
version("junit.version", "5.10.3")
3535
library("junit.jupiter", "org.junit.jupiter", "junit-jupiter-api").versionRef("junit.version")
3636
library("assertj","org.assertj", "assertj-core").version("3.26.0")
3737
library("mockito","org.mockito", "mockito-core").version("5.12.0")

0 commit comments

Comments
 (0)