changed json patch framework to slightly more maintained fork

This commit is contained in:
jvi 2019-06-17 16:03:42 +02:00 committed by James Agnew
parent b2e99cf035
commit 8b4ceb8d5f
2 changed files with 7 additions and 7 deletions

View File

@ -192,9 +192,9 @@
<!-- Patch Dependencies -->
<dependency>
<groupId>com.github.java-json-tools</groupId>
<artifactId>json-patch</artifactId>
</dependency>
<groupId>io.dogote</groupId>
<artifactId>json-patch</artifactId>
</dependency>
<dependency>
<groupId>com.github.dnault</groupId>
<artifactId>xml-patch</artifactId>

View File

@ -673,10 +673,10 @@
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>com.github.java-json-tools</groupId>
<artifactId>json-patch</artifactId>
<version>1.10</version>
</dependency>
<groupId>io.dogote</groupId>
<artifactId>json-patch</artifactId>
<version>1.15</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>