Skip to content

Commit 561bfab

Browse files
Update plugin io.freefair.lombok to v9.1.0
1 parent 1ef88f9 commit 561bfab

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 '9.0.0'
4+
id 'io.freefair.lombok' version '9.1.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 '9.0.0'
4+
id 'io.freefair.lombok' version '9.1.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 '9.0.0'
4+
id 'io.freefair.lombok' version '9.1.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 '9.0.0'
4+
id 'io.freefair.lombok' version '9.1.0'
55
}
66

77
java {

0 commit comments

Comments
 (0)