Skip to content

Commit

Permalink
Update to Lombok 1.18.36
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Nov 16, 2024
1 parent b79a2c1 commit 92b7bb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions documentation/src/docs/asciidoc/_lombok.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ The used Lombok version can be customized using the `lombok` extension:
.Groovy
----
lombok {
version = "1.18.32"
version = "1.18.36"
}
----
[source, groovy, role="secondary"]
.Kotlin
----
lombok {
version = "1.18.32"
version = "1.18.36"
}
----
--
Expand Down
2 changes: 1 addition & 1 deletion lombok-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Collection of Lombok related Gradle plugins"

dependencies {
testImplementation project(":test-common")
testImplementation 'org.projectlombok:lombok:1.18.34'
testImplementation 'org.projectlombok:lombok:1.18.36'
testImplementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:5.1.0.4882'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
public abstract class LombokExtension {

public static final String LOMBOK_VERSION = "1.18.34";
public static final String LOMBOK_VERSION = "1.18.36";

/**
* The version of Lombok which will be used.
Expand Down

0 comments on commit 92b7bb7

Please sign in to comment.