We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23aa2dd commit 92129dcCopy full SHA for 92129dc
jdsl/build.gradle.kts
@@ -40,7 +40,7 @@ dependencies {
40
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
41
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
42
43
- testImplementation(platform("org.junit:junit-bom:5.9.3"))
+ testImplementation(platform("org.junit:junit-bom:5.13.0"))
44
testImplementation("org.junit.jupiter:junit-jupiter-api")
45
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
46
0 commit comments