Skip to content

Commit

Permalink
Update dependency org.apache.maven:maven-core to v3.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 0ab5bb8 commit d4af21b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion depclean-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.8.5</version>
<version>3.9.9</version>
<scope>compile</scope>
</dependency>
<!-- Graph construction and analysis -->
Expand Down
2 changes: 1 addition & 1 deletion depclean-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.8.5</version>
<version>3.9.9</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d4af21b

Please sign in to comment.