Skip to content

Commit c28f66a

Browse files
Update dependency org.junit.jupiter:junit-jupiter-api to v5.13.0 (#115)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f9fb22f commit c28f66a

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
@@ -32,7 +32,7 @@ dependencyResolutionManagement {
3232
library("csv", "com.opencsv", "opencsv").version("5.11")
3333

3434
// testing dependencies
35-
version("junit.version", "5.12.1")
35+
version("junit.version", "5.13.0")
3636
library("junit.jupiter", "org.junit.jupiter", "junit-jupiter-api").versionRef("junit.version")
3737
library("assertj","org.assertj", "assertj-core").version("3.27.3")
3838
library("mockito","org.mockito", "mockito-core").version("5.18.0")

0 commit comments

Comments
 (0)