Skip to content

Commit

Permalink
(doc) Dependabot disable Java 8 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jun 1, 2021
1 parent b0942a6 commit 0c7a2a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/dependabot.yml
Expand Up @@ -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"

0 comments on commit 0c7a2a8

Please sign in to comment.