Skip to content

Commit 03270e9

Browse files
authored
Merge branch 'main' into dependabot/gradle/e2e-tests/com.fasterxml.jackson.datatype-jackson-datatype-jsr310-2.20.1
2 parents d21a4e9 + ae015d0 commit 03270e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 "9.0.0"
3+
id "io.freefair.lombok" version "9.1.0"
44
}
55

66
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.4.2"
7-
id "io.freefair.lombok" version "8.14.2"
7+
id "io.freefair.lombok" version "9.1.0"
88
id 'jacoco'
99
id 'org.sonarqube' version '6.3.1.5724'
1010

0 commit comments

Comments
 (0)