Skip to content

Commit

Permalink
Stop pinning plexus-utils (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Sep 10, 2024
1 parent faf44be commit 378b2d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ updates:
ignore:
# maven core artifacts are provided by the running maven, do not update to prevent consuming something unavailable
- dependency-name: "org.apache.maven:*"
# https://lists.apache.org/thread/ltd1g1dbv0lqqdw5q941gmrkfyn6m87m
- dependency-name: "org.codehaus.plexus:plexus-utils"
versions: [">=4.0.0"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.1</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
Expand Down

0 comments on commit 378b2d6

Please sign in to comment.