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

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')
}