Skip to content

Commit 7e82413

Browse files
committed
Dependency updates
1 parent 40c85d6 commit 7e82413

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build-helper-mojo/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
<dependency>
2626
<groupId>org.apache.maven</groupId>
2727
<artifactId>maven-plugin-api</artifactId>
28-
<version>3.9.9</version>
28+
<version>3.9.10</version>
2929
<scope>provided</scope>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.apache.maven</groupId>
3333
<artifactId>maven-core</artifactId>
34-
<version>3.9.9</version>
34+
<version>3.9.10</version>
3535
<scope>provided</scope>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.apache.maven</groupId>
3939
<artifactId>maven-artifact</artifactId>
40-
<version>3.9.9</version>
40+
<version>3.9.10</version>
4141
<scope>provided</scope>
4242
</dependency>
4343
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
<dependency>
299299
<groupId>commons-fileupload</groupId>
300300
<artifactId>commons-fileupload</artifactId>
301-
<version>1.5</version>
301+
<version>1.6.0</version>
302302
</dependency>
303303
<dependency>
304304
<groupId>org.yaml</groupId>

0 commit comments

Comments
 (0)