Skip to content

Commit 61fb2cf

Browse files
committed
Dependency updates
1 parent 61180f3 commit 61fb2cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build-helper-mojo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
<dependency>
3232
<groupId>org.apache.maven</groupId>
3333
<artifactId>maven-core</artifactId>
34-
<version>3.9.10</version>
34+
<version>3.9.11</version>
3535
<scope>provided</scope>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.apache.maven</groupId>
3939
<artifactId>maven-artifact</artifactId>
40-
<version>3.9.10</version>
40+
<version>3.9.11</version>
4141
<scope>provided</scope>
4242
</dependency>
4343
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
<dependency>
314314
<groupId>commons-io</groupId>
315315
<artifactId>commons-io</artifactId>
316-
<version>2.19.0</version>
316+
<version>2.20.0</version>
317317
</dependency>
318318
<dependency>
319319
<groupId>io.netty</groupId>
@@ -355,7 +355,7 @@
355355
<dependency>
356356
<groupId>org.junit.jupiter</groupId>
357357
<artifactId>junit-jupiter</artifactId>
358-
<version>5.13.3</version>
358+
<version>5.13.4</version>
359359
<scope>test</scope>
360360
</dependency>
361361
<dependency>

0 commit comments

Comments
 (0)