Merge pull request #26 from AppleCommander/dependabot/gradle/net.sf.applecommander-AppleCommander-1.8.0

Bump net.sf.applecommander:AppleCommander from 1.4.0 to 1.8.0
This commit is contained in:
A2 Geek 2023-10-29 13:48:36 -05:00 committed by GitHub
commit 848468ed21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@ bootJar {
dependencies {
implementation 'info.picocli:picocli:3.0.2'
implementation 'net.sf.applecommander:applesingle-api:1.2.2'
implementation 'net.sf.applecommander:AppleCommander:1.4.0'
implementation 'net.sf.applecommander:AppleCommander:1.8.0'
implementation project(':bastools-api')
}