Skip to content

Commit 6698d5f

Browse files
[Dependabot]: Bump io.freefair.lombok from 8.13.1 to 9.0.0
Bumps [io.freefair.lombok](https://github.com/freefair/gradle-plugins) from 8.13.1 to 9.0.0. - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](freefair/gradle-plugins@8.13.1...9.0.0) --- updated-dependencies: - dependency-name: io.freefair.lombok dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2cb4f94 commit 6698d5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import com.vanniktech.maven.publish.JavadocJar
44
plugins {
55
id 'java-library'
66
// to unleash the lombok magic
7-
id "io.freefair.lombok" version "8.13.1"
7+
id "io.freefair.lombok" version "9.0.0"
88
// to make our tests output more fancy
99
id 'com.adarshr.test-logger' version '4.0.0'
1010
// code linting

0 commit comments

Comments
 (0)