We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5001af commit 90d740cCopy full SHA for 90d740c
RELEASE-NOTES.md
@@ -1,3 +1,9 @@
1
+## 1.9
2
+
3
+* Completely new JSON diff implementation; less smart than the previous one but
4
+bug free
5
+* Depend on AssertJ.
6
7
## 1.8
8
9
* JSON Merge Patch is now RFC 7386 compliant.
build.gradle
@@ -44,7 +44,7 @@ apply(plugin: "idea");
44
apply(plugin: "eclipse");
45
46
group = "com.github.fge";
47
-version = "1.9-SNAPSHOT";
+version = "1.9";
48
description = "JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java";
49
sourceCompatibility = "1.6";
50
targetCompatibility = "1.6"; // defaults to sourceCompatibility
0 commit comments