This is an automated email from the ASF dual-hosted git repository.
lesun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gobblin.git
The following commit(s) were added to refs/heads/master by this push:
new 6f3e078 [GOBBLIN-1410] Bump lombok to 1.18.16 for compatibility with
Java 11
6f3e078 is described below
commit 6f3e078f7b85473a95dc8244a67e97882ccf4829
Author: Jack Moseley <[email protected]>
AuthorDate: Thu Mar 18 13:02:04 2021 -0700
[GOBBLIN-1410] Bump lombok to 1.18.16 for compatibility with Java 11
Closes #3245 from jack-moseley/lombok-version
---
gradle/scripts/dependencyDefinitions.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/scripts/dependencyDefinitions.gradle
b/gradle/scripts/dependencyDefinitions.gradle
index b1dab68..2c5ded4 100644
--- a/gradle/scripts/dependencyDefinitions.gradle
+++ b/gradle/scripts/dependencyDefinitions.gradle
@@ -123,7 +123,7 @@ ext.externalDependency = [
"influxdbJava": "org.influxdb:influxdb-java:2.1",
"kryo": "com.esotericsoftware.kryo:kryo:2.22",
"libthrift":"org.apache.thrift:libthrift:0.9.3",
- "lombok":"org.projectlombok:lombok:1.16.8",
+ "lombok":"org.projectlombok:lombok:1.18.16",
"mockRunnerJdbc":"com.mockrunner:mockrunner-jdbc:1.0.8",
"xerces":"xerces:xercesImpl:2.11.0",
"typesafeConfig": "com.typesafe:config:1.2.1",