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

Bump the gradle-version-updates group in /hooks/persistence-defectdojo/hook with 4 updates by dependabot[bot] · Pull Request #3418 · secureCodeBox/secureCodeBox · GitHub

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .gradle  (1) All 1 file type 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
8 changes: 4 additions & 4 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 @@ -8,7 +8,7 @@ plugins {
// https://github.com/ben-manes/gradle-versions-plugin
// Run: ./gradlew dependencyUpdates -Drevision=release
id "com.github.ben-manes.versions" version "0.53.0"
id "org.sonarqube" version "7.2.0.6526"
id "org.sonarqube" version "7.2.1.6560"
}

group = "io.securecodebox"
Expand All @@ -24,7 +24,7 @@ repositories {
dependencies {
implementation group: "io.securecodebox", name: "defectdojo-client", version: "2.0.1"
implementation group: "io.kubernetes", name: "client-java", version: "20.0.1"
implementation group: "org.springframework", name: "spring-web", version: "7.0.1"
implementation group: "org.springframework", name: "spring-web", version: "7.0.2"
// https://github.com/FasterXML/jackson-bom
implementation platform("com.fasterxml.jackson:jackson-bom:2.20.1")
implementation "com.fasterxml.jackson.core:jackson-core"
Expand All @@ -38,8 +38,8 @@ dependencies {
// https://github.com/junit-team/junit5-samples/blob/r5.10.0/junit5-jupiter-starter-gradle/build.gradle
testImplementation(platform("org.junit:junit-bom:6.0.1"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation group: "org.mockito", name: "mockito-core", version: "5.20.0"
testImplementation group: "org.mockito", name: "mockito-junit-jupiter", version: "5.20.0"
testImplementation group: "org.mockito", name: "mockito-core", version: "5.21.0"
testImplementation group: "org.mockito", name: "mockito-junit-jupiter", version: "5.21.0"
testImplementation group: 'org.hamcrest', name: 'java-hamcrest', version: '2.0.0.0'
testImplementation group: 'uk.org.webcompere', name: 'system-stubs-jupiter', version: '2.1.8'
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
Expand Down
Loading

Back | FazBrowse Home | New Git URL