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 7954223 commit b6708b0Copy full SHA for b6708b0
chatformatter-core/build.gradle.kts
@@ -34,7 +34,7 @@ dependencies {
34
implementation("com.eternalcode:gitcheck:1.0.0")
35
36
// JUnit 5
37
- testImplementation(platform("org.junit:junit-bom:5.13.3"))
+ testImplementation(platform("org.junit:junit-bom:5.13.4"))
38
testImplementation("org.junit.jupiter:junit-jupiter-api")
39
testImplementation("org.junit.jupiter:junit-jupiter-params")
40
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
0 commit comments