Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions documentation/src/docs/asciidoc/_lombok.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ The used Lombok version can be customized using the `lombok` extension:
.Groovy
----
lombok {
version = "1.18.44"
version = "1.18.46"
}
----
[source, groovy, role="secondary"]
.Kotlin
----
lombok {
version = "1.18.44"
version = "1.18.46"
}
----
--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
public abstract class LombokExtension {

public static final String LOMBOK_VERSION = "1.18.44";
public static final String LOMBOK_VERSION = "1.18.46";

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