Skip to content

Commit a166553

Browse files
committed
Dependency updates
1 parent 0f9295e commit a166553

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build-helper-mojo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.apache.maven.plugin-tools</groupId>
3535
<artifactId>maven-plugin-annotations</artifactId>
36-
<version>3.10.1</version>
36+
<version>3.10.2</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.junit.jupiter</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<maven-install-plugin-version>3.1.1</maven-install-plugin-version>
5555
<maven-deploy-plugin-version>3.1.1</maven-deploy-plugin-version>
5656
<maven-deploy-plugin-version>3.0.0</maven-deploy-plugin-version>
57-
<maven-plugin-plugin-version>3.10.1</maven-plugin-plugin-version>
57+
<maven-plugin-plugin-version>3.10.2</maven-plugin-plugin-version>
5858
<maven-site-plugin-version>3.12.1</maven-site-plugin-version>
5959
<maven-jar-plugin-version>3.3.0</maven-jar-plugin-version>
6060
<maven-war-plugin-version>3.4.0</maven-war-plugin-version>
@@ -349,7 +349,7 @@
349349
<dependency>
350350
<groupId>org.junit.jupiter</groupId>
351351
<artifactId>junit-jupiter</artifactId>
352-
<version>5.10.0</version>
352+
<version>5.10.1</version>
353353
<scope>test</scope>
354354
</dependency>
355355
<dependency>

0 commit comments

Comments
 (0)