Skip to content

Commit d9bc065

Browse files
chore(deps): update dependency org.junit.jupiter:junit-jupiter to v5.13.4 (#204)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3cf1e50 commit d9bc065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/pq.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
annotationProcessor("org.projectlombok:lombok:1.18.38")
1717

1818
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
19-
testImplementation("org.junit.jupiter:junit-jupiter:5.13.3")
19+
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
2020
testImplementation("org.mockito:mockito-core:5.18.0")
2121
testImplementation("org.mockito:mockito-junit-jupiter:5.18.0")
2222
}

0 commit comments

Comments
 (0)