Skip to content

Commit fe7b3ba

Browse files
dependabot[bot]Weltraumschaf
authored andcommitted
Bump org.junit:junit-bom
Bumps the gradle-version-updates group in /hooks/persistence-defectdojo/hook with 1 update: [org.junit:junit-bom](https://github.com/junit-team/junit5). Updates `org.junit:junit-bom` from 5.11.3 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3dd18d commit fe7b3ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/persistence-defectdojo/hook/build.gradle

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

0 commit comments

Comments
 (0)