Skip to content

Commit bebb91a

Browse files
dependabot[bot]J12934
authored andcommitted
Bump the gradle-version-updates group
Bumps the gradle-version-updates group in /hooks/persistence-defectdojo/hook with 3 updates: org.slf4j:slf4j-api, org.slf4j:slf4j-log4j12 and [io.freefair.lombok](https://github.com/freefair/gradle-plugins). Updates `org.slf4j:slf4j-api` from 2.0.13 to 2.0.16 Updates `org.slf4j:slf4j-log4j12` from 2.0.13 to 2.0.16 Updates `io.freefair.lombok` from 8.6 to 8.7.1 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](freefair/gradle-plugins@8.6...8.7.1) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-version-updates - dependency-name: org.slf4j:slf4j-log4j12 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 401ce7e commit bebb91a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.6"
7+
id "io.freefair.lombok" version "8.7.1"
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"
@@ -30,8 +30,8 @@ dependencies {
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"
3232
implementation group: "com.fasterxml.jackson.datatype", name: "jackson-datatype-jsr310", version: "2.17.2"
33-
implementation group: "org.slf4j", name: "slf4j-api", version: "2.0.13"
34-
implementation group: "org.slf4j", name: "slf4j-log4j12", version: "2.0.13"
33+
implementation group: "org.slf4j", name: "slf4j-api", version: "2.0.16"
34+
implementation group: "org.slf4j", name: "slf4j-log4j12", version: "2.0.16"
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

0 commit comments

Comments
 (0)