Skip to content

Commit b0acf6d

Browse files
Bump io.freefair.lombok from 8.14 to 8.14.2 (#1328)
* Bump io.freefair.lombok from 8.14 to 8.14.2 in all places it is used
1 parent 55f7d1a commit b0acf6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

e2e-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id "io.freefair.lombok" version "8.14"
3+
id "io.freefair.lombok" version "8.14.2"
44
}
55

66
apply plugin: 'java'

mock-mhs-adaptor/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.5.5'
33
id 'io.spring.dependency-management' version '1.1.7'
44
id 'java'
5-
id "io.freefair.lombok" version "8.14"
5+
id "io.freefair.lombok" version "8.14.2"
66
}
77

88
apply plugin: 'java'

service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'java'
55
id "checkstyle"
66
id "com.github.spotbugs" version "6.1.13"
7-
id "io.freefair.lombok" version "8.14"
7+
id "io.freefair.lombok" version "8.14.2"
88
id 'jacoco'
99
id 'org.sonarqube' version '6.2.0.5505'
1010

0 commit comments

Comments
 (0)