Skip to content

Commit 453bd10

Browse files
Bump the deps group across 1 directory with 4 updates
Bumps the deps group with 4 updates in the / directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback), [org.assertj:assertj-core](https://github.com/assertj/assertj), [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) and [io.freefair.lombok](https://github.com/freefair/gradle-plugins). Updates `ch.qos.logback:logback-classic` from 1.5.8 to 1.5.16 - [Commits](qos-ch/logback@v_1.5.8...v_1.5.16) Updates `org.assertj:assertj-core` from 3.26.3 to 3.27.3 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.26.3...assertj-build-3.27.3) Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.2 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.2...r5.11.4) Updates `io.freefair.lombok` from 8.10.2 to 8.11 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](freefair/gradle-plugins@8.10.2...8.11) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: io.freefair.lombok dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1571c79 commit 453bd10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'io.freefair.lombok' version '8.10.2'
2+
id 'io.freefair.lombok' version '8.11'
33
id 'java-library'
44
id "me.champeau.jmh" version "0.7.2"
55
}
@@ -14,9 +14,9 @@ repositories {
1414

1515
dependencies {
1616
implementation 'org.apache.commons:commons-lang3:3.17.0'
17-
testImplementation 'ch.qos.logback:logback-classic:1.5.8'
18-
testImplementation 'org.assertj:assertj-core:3.26.3'
19-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
17+
testImplementation 'ch.qos.logback:logback-classic:1.5.16'
18+
testImplementation 'org.assertj:assertj-core:3.27.3'
19+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
2020
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
2121
}
2222

0 commit comments

Comments
 (0)