Skip to content

Commit

Permalink
Update to Lombok 1.18.26
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Feb 10, 2023
1 parent 8e39d45 commit d73c426
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lombok-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Collection of Lombok related Gradle plugins"

dependencies {
testImplementation project(":test-common")
testImplementation 'org.projectlombok:lombok:1.18.24'
testImplementation 'org.projectlombok:lombok:1.18.26'
testImplementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.5.0.2730'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@Setter
public class LombokExtension {

public static final String LOMBOK_VERSION = "1.18.24";
public static final String LOMBOK_VERSION = "1.18.26";

/**
* The version of Lombok which will be used.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
public class LombokPlugin implements Plugin<Project> {

private static final String LOMBOK_MAPSTRUCT_VERSION = "0.2.0";
private static final String SPOTBUGS_DEFAULT_VERSION = "4.7.1";
private static final String SPOTBUGS_DEFAULT_VERSION = "4.7.3";

private LombokBasePlugin lombokBasePlugin;
private Project project;
Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/_lombok.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The used Lombok version can be customized using the `lombok` extension:
[source,groovy]
----
lombok {
version = "1.18.24"
version = "1.18.26"
}
----

Expand Down

0 comments on commit d73c426

Please sign in to comment.