Skip to content

Commit cca51aa

Browse files
Update junit to v5.13.1 (#176)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7f5b243 commit cca51aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ allprojects {
5959
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-toml")
6060

6161
// junit and stuff
62-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.0")
63-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.0")
62+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.1")
63+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.1")
6464
testImplementation("org.mockito:mockito-core:5.18.0")
6565
testImplementation("org.assertj:assertj-core:3.27.3")
6666
}

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencyResolutionManagement {
4747
library("jackson-dataformat-toml", "com.fasterxml.jackson.dataformat", "jackson-dataformat-toml").versionRef("jackson")
4848
bundle("jackson", listOf("jackson-databind", "jackson-dataformat-yaml", "jackson-dataformat-toml"))
4949

50-
version("junit", "5.13.0")
50+
version("junit", "5.13.1")
5151
library("junit-jupiter-core", "org.junit.jupiter", "junit-jupiter").versionRef("junit")
5252
library("junit-jupiter-engine", "org.junit.jupiter", "junit-jupiter-engine").versionRef("junit")
5353
library("junit-platform-launcher", "org.junit.platform", "junit-platform-launcher").version { "1.13.0" }

0 commit comments

Comments
 (0)