Merge pull request #30 from AppleCommander/dependabot/gradle/net.sf.applecommander-AppleCommander-1.9.0

Bump net.sf.applecommander:AppleCommander from 1.8.0 to 1.9.0
This commit is contained in:
A2 Geek 2023-11-08 23:57:41 -06:00 committed by GitHub
commit 5981f65db1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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