Skip to content

Commit 26caa49

Browse files
Update dependency org.apache.maven:maven-core to v3.9.9
1 parent 400632a commit 26caa49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

depclean-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>org.apache.maven</groupId>
114114
<artifactId>maven-core</artifactId>
115-
<version>3.8.5</version>
115+
<version>3.9.9</version>
116116
<scope>compile</scope>
117117
</dependency>
118118
<!-- Graph construction and analysis -->

depclean-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.apache.maven</groupId>
4141
<artifactId>maven-core</artifactId>
42-
<version>3.8.5</version>
42+
<version>3.9.9</version>
4343
<scope>provided</scope>
4444
</dependency>
4545
<dependency>

0 commit comments

Comments
 (0)