Skip to content

Commit 3d7d465

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

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 "8.14.2"
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)