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.
2 parents 3154247 + c565c76 commit e4a7a4dCopy full SHA for e4a7a4d
pom.xml
@@ -288,7 +288,7 @@
288
<dependency>
289
<groupId>com.flipkart.zjsonpatch</groupId>
290
<artifactId>zjsonpatch</artifactId>
291
- <version>0.4.11</version>
+ <version>0.4.12</version>
292
</dependency>
293
294
<groupId>org.hamcrest</groupId>
@@ -308,7 +308,12 @@
308
<version>3.23.1</version>
309
<scope>test</scope>
310
311
-
+ <dependency>
312
+ <groupId>com.fasterxml.jackson.core</groupId>
313
+ <artifactId>jackson-annotations</artifactId>
314
+ <version>2.13.3</version>
315
+ <scope>test</scope>
316
+ </dependency>
317
</dependencies>
318
</dependencyManagement>
319
0 commit comments