Bump lombok from 1.18.18 to 1.18.20 in /lite

Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.18 to 1.18.20.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/rzwitserloot/lombok/compare/v1.18.18...v1.18.20)

Signed-off-by: dependabot[bot] <support@github.com>

Closes #173

Change-Id: Ib786f96b339649a92fc6104fda7f2aee5543e5a3
diff --git a/lite/pom.xml b/lite/pom.xml
index 19f869c..bcd3d80 100644
--- a/lite/pom.xml
+++ b/lite/pom.xml
@@ -184,7 +184,7 @@
 		<dependency>
 			<groupId>org.projectlombok</groupId>
 			<artifactId>lombok</artifactId>
-			<version>1.18.18</version>
+			<version>1.18.20</version>
 			<scope>provided</scope>
 		</dependency>
 		<!-- https://mvnrepository.com/artifact/org.codehaus.mojo/cobertura-maven-plugin -->