Skip to content

Commit 92129dc

Browse files
Update dependency org.junit:junit-bom to v5.13.0
1 parent 23aa2dd commit 92129dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jdsl/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
4141
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
4242

43-
testImplementation(platform("org.junit:junit-bom:5.9.3"))
43+
testImplementation(platform("org.junit:junit-bom:5.13.0"))
4444
testImplementation("org.junit.jupiter:junit-jupiter-api")
4545
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
4646

0 commit comments

Comments
 (0)