Skip to content

Commit b0e3047

Browse files
chore(deps): update plugin io.freefair.lombok to v8.14.3
1 parent 1f9a3b7 commit b0e3047

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

services/gateway/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'org.springframework.boot' version '3.1.8'
33
id 'java'
44
id 'com.diffplug.spotless' version '6.25.0'
5-
id "io.freefair.lombok" version "8.10.2"
5+
id "io.freefair.lombok" version "8.14.3"
66
id 'com.github.jk1.dependency-license-report' version '2.9'
77
}
88

services/habit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'org.liquibase.gradle' version '2.2.2'
44
id 'java'
55
id 'com.diffplug.spotless' version '6.25.0'
6-
id "io.freefair.lombok" version "8.10.2"
6+
id "io.freefair.lombok" version "8.14.3"
77
id 'com.github.jk1.dependency-license-report' version '2.9'
88
}
99

services/track/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'org.flywaydb.flyway' version '10.21.0'
44
id 'java'
55
id 'com.diffplug.spotless' version '6.25.0'
6-
id "io.freefair.lombok" version "8.10.2"
6+
id "io.freefair.lombok" version "8.14.3"
77
id 'com.github.jk1.dependency-license-report' version '2.9'
88
}
99

0 commit comments

Comments
 (0)