Skip to content

Commit b359987

Browse files
Bump the gradle-version-updates group across 1 directory with 3 updates
Bumps the gradle-version-updates group with 3 updates in the /hooks/persistence-defectdojo/hook directory: [org.junit:junit-bom](https://github.com/junit-team/junit5), [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) and [io.freefair.lombok](https://github.com/freefair/gradle-plugins). Updates `org.junit:junit-bom` from 5.10.3 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.3...r5.11.0) Updates `org.springframework:spring-web` from 6.1.11 to 6.1.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.11...v6.1.12) Updates `io.freefair.lombok` from 8.7.1 to 8.10 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](freefair/gradle-plugins@8.7.1...8.10) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-version-updates - dependency-name: org.springframework:spring-web dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-version-updates - dependency-name: io.freefair.lombok dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c71d576 commit b359987

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

hooks/persistence-defectdojo/hook/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
plugins {
66
id "java"
7-
id "io.freefair.lombok" version "8.7.1"
7+
id "io.freefair.lombok" version "8.10"
88
// https://github.com/ben-manes/gradle-versions-plugin
99
// Run: ./gradlew dependencyUpdates -Drevision=release
1010
id "com.github.ben-manes.versions" version "0.51.0"
@@ -25,7 +25,7 @@ repositories {
2525
dependencies {
2626
implementation group: "io.securecodebox", name: "defectdojo-client", version: "3.0.0"
2727
implementation group: "io.kubernetes", name: "client-java", version: "20.0.1"
28-
implementation group: "org.springframework", name: "spring-web", version: "6.1.11"
28+
implementation group: "org.springframework", name: "spring-web", version: "6.1.12"
2929
implementation group: "com.fasterxml.jackson.core", name: "jackson-core", version: "2.17.2"
3030
implementation group: "com.fasterxml.jackson.core", name: "jackson-annotations", version: "2.17.2"
3131
implementation group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.17.2"
@@ -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.10.3"))
38+
testImplementation(platform("org.junit:junit-bom:5.11.0"))
3939
testImplementation("org.junit.jupiter:junit-jupiter")
4040
testImplementation group: "org.mockito", name: "mockito-core", version: "5.12.0"
4141
testImplementation group: "org.mockito", name: "mockito-junit-jupiter", version: "5.12.0"

0 commit comments

Comments
 (0)