Skip to content

Commit 2a08022

Browse files
Merge pull request #65 from xenit-eu/renovate/io.freefair.lombok-9.x
Update plugin io.freefair.lombok to v9
2 parents 1d2f2b1 + d964c5c commit 2a08022

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

contentgrid-helm-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java-library'
33
id 'maven-publish'
4-
id 'io.freefair.lombok' version '8.14.2'
4+
id 'io.freefair.lombok' version '9.0.0'
55
}
66

77
java {

contentgrid-junit-jupiter-k8s/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java-library'
33
id 'maven-publish'
4-
id 'io.freefair.lombok' version '8.14.2'
4+
id 'io.freefair.lombok' version '9.0.0'
55
}
66

77
tasks.register("testResourcesJar", Jar) {

contentgrid-testcontainers-k3s-cilium/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java-library'
33
id 'maven-publish'
4-
id 'io.freefair.lombok' version '8.14.2'
4+
id 'io.freefair.lombok' version '9.0.0'
55
}
66

77
java {

contentgrid-testcontainers-registry/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java-library'
33
id 'maven-publish'
4-
id 'io.freefair.lombok' version '8.14.2'
4+
id 'io.freefair.lombok' version '9.0.0'
55
}
66

77
java {

0 commit comments

Comments
 (0)