Skip to content

Commit e4a7a4d

Browse files
authored
Merge pull request #2144 from kubernetes-client/dependabot/maven/com.flipkart.zjsonpatch-zjsonpatch-0.4.12
Bump zjsonpatch from 0.4.11 to 0.4.12
2 parents 3154247 + c565c76 commit e4a7a4d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
<dependency>
289289
<groupId>com.flipkart.zjsonpatch</groupId>
290290
<artifactId>zjsonpatch</artifactId>
291-
<version>0.4.11</version>
291+
<version>0.4.12</version>
292292
</dependency>
293293
<dependency>
294294
<groupId>org.hamcrest</groupId>
@@ -308,7 +308,12 @@
308308
<version>3.23.1</version>
309309
<scope>test</scope>
310310
</dependency>
311-
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>
312317
</dependencies>
313318
</dependencyManagement>
314319

0 commit comments

Comments
 (0)