From b8629198688ce267a9ab237e88f7abda81aab7c2 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 13 Oct 2017 18:32:49 +0200 Subject: [PATCH] #646 - Upgraded to Lombok 1.16.18. --- pom.xml | 2 +- .../resources/org/springframework/hateoas/alps/reference.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 88df0879..f2fda000 100644 --- a/pom.xml +++ b/pom.xml @@ -476,7 +476,7 @@ org.projectlombok lombok - 1.16.12 + 1.16.18 provided diff --git a/src/test/resources/org/springframework/hateoas/alps/reference.json b/src/test/resources/org/springframework/hateoas/alps/reference.json index c68937b0..6875af1c 100644 --- a/src/test/resources/org/springframework/hateoas/alps/reference.json +++ b/src/test/resources/org/springframework/hateoas/alps/reference.json @@ -1,5 +1,4 @@ { - "version" : "1.0", "doc" : { "href" : "http://example.org/samples/full/doc.html" }, @@ -28,5 +27,6 @@ "href" : "http://alps.io/ext/range", "value" : "summary,detail" } - } ] + } ], + "version" : "1.0" } \ No newline at end of file