Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Fix dependency name typo - should be "org.apache.commons:commons-compress" (c&p error)
  • Loading branch information
bekuno authored Nov 26, 2022
1 parent 6d9d80d commit dd67eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ updates:
# commons-io 2.6 uses java.nio.file.Path - which is first contained in Android API26
- dependency-name: "commons-io:commons-io"
# Ignore some updates to the apache 'commons-io' package
# commons-compress 1.21 uses java.nio.file.Path - which is first contained in Android API26
- dependency-name: "commons-compress:commons-compress"
# commons-compress 1.21 uses (more) java.nio.file.Path - which is first contained in Android API26
- dependency-name: "org.apache.commons:commons-compress"
# Ignore some updates to the apache 'commons-lang3' package
# commons-lang3 3.12.0 uses StringJoiner which is first contained in Android API24
- dependency-name: "org.apache.commons:commons-lang3"
Expand Down

0 comments on commit dd67eb0

Please sign in to comment.