Skip to content

Commit 8006ca8

Browse files
committed
Dependency udpates
1 parent 96d663d commit 8006ca8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build-helper-mojo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.apache.maven.plugin-tools</groupId>
5151
<artifactId>maven-plugin-annotations</artifactId>
52-
<version>3.15.1</version>
52+
<version>3.15.2</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.junit.jupiter</groupId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
<maven-compiler-plugin-version>3.14.1</maven-compiler-plugin-version>
5454
<maven-install-plugin-version>3.1.4</maven-install-plugin-version>
5555
<maven-deploy-plugin-version>3.1.4</maven-deploy-plugin-version>
56-
<maven-plugin-plugin-version>3.15.1</maven-plugin-plugin-version>
56+
<maven-plugin-plugin-version>3.15.2</maven-plugin-plugin-version>
5757
<maven-site-plugin-version>3.21.0</maven-site-plugin-version>
5858
<maven-jar-plugin-version>3.4.2</maven-jar-plugin-version>
59-
<maven-war-plugin-version>3.4.0</maven-war-plugin-version>
59+
<maven-war-plugin-version>3.5.0</maven-war-plugin-version>
6060
<maven-resources-plugin-version>3.3.1</maven-resources-plugin-version>
6161
<maven-dependency-plugin-version>3.9.0</maven-dependency-plugin-version>
6262
<dependency-check-version>12.1.8</dependency-check-version>
@@ -332,13 +332,13 @@
332332
<dependency>
333333
<groupId>com.jayway.jsonpath</groupId>
334334
<artifactId>json-path</artifactId>
335-
<version>2.9.0</version>
335+
<version>2.10.0</version>
336336
<scope>test</scope>
337337
</dependency>
338338
<dependency>
339339
<groupId>com.jayway.jsonpath</groupId>
340340
<artifactId>json-path-assert</artifactId>
341-
<version>2.9.0</version>
341+
<version>2.10.0</version>
342342
<scope>test</scope>
343343
</dependency>
344344
<dependency>

0 commit comments

Comments
 (0)