You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/04/06 06:05:03 UTC

[isis] branch master updated: Bump lombok-maven-plugin from 1.18.18.0 to 1.18.20.0

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 99a475c  Bump lombok-maven-plugin from 1.18.18.0 to 1.18.20.0
99a475c is described below

commit 99a475c89b50e3b56c93ff5063b3722679fd18ef
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 5 06:56:21 2021 +0000

    Bump lombok-maven-plugin from 1.18.18.0 to 1.18.20.0
    
    Bumps [lombok-maven-plugin](https://github.com/awhitford/lombok.maven) from 1.18.18.0 to 1.18.20.0.
    - [Release notes](https://github.com/awhitford/lombok.maven/releases)
    - [Commits](https://github.com/awhitford/lombok.maven/compare/lombok-maven-1.18.18.0...lombok-maven-1.18.20.0)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 isis-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/isis-parent/pom.xml b/isis-parent/pom.xml
index cd549c2..7e23974 100644
--- a/isis-parent/pom.xml
+++ b/isis-parent/pom.xml
@@ -907,7 +907,7 @@ under the License.
 					<plugin>
 						<groupId>org.projectlombok</groupId>
 						<artifactId>lombok-maven-plugin</artifactId>
-						<version>1.18.18.0</version>
+						<version>1.18.20.0</version>
 						<configuration>
 							<sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
 							<outputDirectory>${delombok.output}</outputDirectory>