Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions hooks/persistence-defectdojo/hook/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {
id "io.freefair.lombok" version "9.5.0"
// https://github.com/ben-manes/gradle-versions-plugin
// Run: ./gradlew dependencyUpdates -Drevision=release
id "com.github.ben-manes.versions" version "0.56.0"
id "org.sonarqube" version "7.3.1.8318"
id "com.github.ben-manes.versions" version "0.60.0"
id "org.sonarqube" version "7.4.0.8496"
}

group = "io.securecodebox"
Expand Down Expand Up @@ -38,7 +38,7 @@ dependencies {
// If I try to notate this like the others (with separate strings) I got errors. No idea why sh... Gradle
// want it like this. It is the official documented example:
// https://github.com/junit-team/junit5-samples/blob/r5.10.0/junit5-jupiter-starter-gradle/build.gradle
testImplementation(platform("org.junit:junit-bom:6.1.2"))
testImplementation(platform("org.junit:junit-bom:6.1.3"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation group: "org.mockito", name: "mockito-core", version: "5.23.0"
testImplementation group: "org.mockito", name: "mockito-junit-jupiter", version: "5.23.0"
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-all.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
Expand Down
Loading