diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 65725c2..d9126d1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: diff --git a/pom.xml b/pom.xml index 07713f0..4dbc4cb 100644 --- a/pom.xml +++ b/pom.xml @@ -53,11 +53,6 @@ - - org.codehaus.plexus - plexus-utils - 3.5.1 - org.ow2.asm asm