8000 Bump the gradle-version-updates group across 1 directory with 2 updates by dependabot[bot] · Pull Request #3390 · secureCodeBox/secureCodeBox · GitHub
[go: up one dir, main page]

Skip to content
Merged
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
4 changes: 2 additions & 2 deletions hooks/persistence-defectdojo/hook/build.gradle
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.0.1.6134"
id "org.sonarqube" version "7.1.0.6387"
}

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: "6.2.12"
implementation group: "org.springframework", name: "spring-web", version: "7.0.1"
// https://github.com/FasterXML/jackson-bom
implementation platform("com.fasterxml.jackson:jackson-bom:2.20.1")
implementation "com.fasterxml.jackson.core:jackson-core"
Expand Down
Loading
0