commit | 15311e0827e613dee28bba8b6c7d365a5ed891cd | [log] [tgz] |
---|---|---|
author | Michael Hanl <micha.hanl@gmail.com> | Thu Jun 02 17:20:34 2016 +0200 |
committer | Michael Hanl <micha.hanl@gmail.com> | Thu Jun 02 17:20:34 2016 +0200 |
tree | 16c10ba980a1e160ac295b4f62e2c003759fc92b | |
parent | 78208a8e63b1fa6d3b2886222b63e2239d665ab3 [diff] [blame] |
nullpointer fix for multiple toJson calls on one serializer instance Change-Id: Ibc6153b82348fa43814a30af49a85162ac7febfa
diff --git a/pom.xml b/pom.xml index 8f8a82d..7f7f2d4 100644 --- a/pom.xml +++ b/pom.xml
@@ -72,7 +72,8 @@ <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> - <version>0.11.8</version> + <version>1.16.6</version> + <scope>provided</scope> </dependency> <dependency> <groupId>log4j</groupId>