Skip to content

Commit 2518644

Browse files
dependency: Update patch to v5.12.1
1 parent d14b3d6 commit 2518644

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chatformatter-core/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ dependencies {
3333
implementation("com.eternalcode:gitcheck:1.0.0")
3434

3535
// JUnit 5
36-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.0")
37-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.12.0")
38-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.0")
36+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
37+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.12.1")
38+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.1")
3939
testImplementation("org.mockito:mockito-core:5.16.0")
4040
testImplementation("org.mockito:mockito-junit-jupiter:5.16.0")
4141
testImplementation("me.clip:placeholderapi:2.11.6")

0 commit comments

Comments
 (0)