Skip to content

Commit 92b7bb7

Browse files
committed
Update to Lombok 1.18.36
1 parent b79a2c1 commit 92b7bb7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

documentation/src/docs/asciidoc/_lombok.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ The used Lombok version can be customized using the `lombok` extension:
2121
.Groovy
2222
----
2323
lombok {
24-
version = "1.18.32"
24+
version = "1.18.36"
2525
}
2626
----
2727
[source, groovy, role="secondary"]
2828
.Kotlin
2929
----
3030
lombok {
31-
version = "1.18.32"
31+
version = "1.18.36"
3232
}
3333
----
3434
--

lombok-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Collection of Lombok related Gradle plugins"
88

99
dependencies {
1010
testImplementation project(":test-common")
11-
testImplementation 'org.projectlombok:lombok:1.18.34'
11+
testImplementation 'org.projectlombok:lombok:1.18.36'
1212
testImplementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:5.1.0.4882'
1313
}
1414

lombok-plugin/src/main/java/io/freefair/gradle/plugins/lombok/LombokExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
public abstract class LombokExtension {
1010

11-
public static final String LOMBOK_VERSION = "1.18.34";
11+
public static final String LOMBOK_VERSION = "1.18.36";
1212

1313
/**
1414
* The version of Lombok which will be used.

0 commit comments

Comments
 (0)