Skip to content

Commit ef48c97

Browse files
committed
Dependency updates
1 parent 281a5e7 commit ef48c97

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build-helper-mojo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.apache.maven</groupId>
2323
<artifactId>maven-plugin-api</artifactId>
24-
<version>3.9.5</version>
24+
<version>3.9.6</version>
2525
<scope>provided</scope>
2626
</dependency>
2727
<dependency>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,19 +327,19 @@
327327
<dependency>
328328
<groupId>com.jayway.jsonpath</groupId>
329329
<artifactId>json-path</artifactId>
330-
<version>2.8.0</version>
330+
<version>2.9.0</version>
331331
<scope>test</scope>
332332
</dependency>
333333
<dependency>
334334
<groupId>com.jayway.jsonpath</groupId>
335335
<artifactId>json-path-assert</artifactId>
336-
<version>2.8.0</version>
336+
<version>2.9.0</version>
337337
<scope>test</scope>
338338
</dependency>
339339
<dependency>
340340
<groupId>org.slf4j</groupId>
341341
<artifactId>slf4j-nop</artifactId>
342-
<version>2.0.9</version>
342+
<version>2.0.11</version>
343343
<scope>test</scope>
344344
</dependency>
345345
<dependency>

0 commit comments

Comments
 (0)