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