This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch shared-maven-artifact-transfer in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
commit 0c7a2a849df52033a8bc1d751b24ce21bbdc07bf Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Tue Jun 1 16:08:03 2021 +0200 (doc) Dependabot disable Java 8 deps --- .github/dependabot.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3ef84c0..4d11a2e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -30,9 +30,10 @@ updates: - dependency-name: org.apache.commons:commons-lang3 versions: - ">= 3.9" + - dependency-name: commons-io:commons-io + versions: + - "> 2.6" - dependency-name: org.apache.commons:commons-collections4 versions: - ">= 4.3" - - dependency-name: org.eclipse.jetty:* - versions: - - ">= 9.3" +
