FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Bump the gradle-version-updates group across 1 directory with 4 updates by dependabot[bot] · Pull Request #3763 · secureCodeBox/secureCodeBox · GitHub

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

Filter by extension

Filter by extension .gradle  (1) .jar  (1) .properties  (1) All 3 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
6 changes: 3 additions & 3 deletions hooks/persistence-defectdojo/hook/build.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.61.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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Back | FazBrowse Home | New Git URL