Skip to content

Commit ed5e00a

Browse files
dependabot[bot]J12934
authored andcommitted
Bump org.junit:junit-bom
--- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-version-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c4d51bd commit ed5e00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/persistence-defectdojo/hook/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
// If I try to notate this like the others (with separate strings) I got errors. No idea why sh... Gradle
3535
// want it like this. It is the official documented example:
3636
// https://github.com/junit-team/junit5-samples/blob/r5.10.0/junit5-jupiter-starter-gradle/build.gradle
37-
testImplementation(platform("org.junit:junit-bom:5.13.2"))
37+
testImplementation(platform("org.junit:junit-bom:5.13.3"))
3838
testImplementation("org.junit.jupiter:junit-jupiter")
3939
testImplementation group: "org.mockito", name: "mockito-core", version: "5.18.0"
4040
testImplementation group: "org.mockito", name: "mockito-junit-jupiter", version: "5.18.0"

0 commit comments

Comments
 (0)