Merge pull request #43 from AppleCommander/dependabot/gradle/net.sf.applecommander-AppleCommander-1.10.1

Bump net.sf.applecommander:AppleCommander from 1.9.0 to 1.10.1
This commit is contained in:
A2 Geek
2025-08-04 19:49:32 -05:00
committed by GitHub
+1 -1
View File
@@ -39,7 +39,7 @@ bootJar {
dependencies {
implementation 'info.picocli:picocli:4.7.7'
implementation 'net.sf.applecommander:applesingle-api:1.2.2'
implementation 'net.sf.applecommander:AppleCommander:1.9.0'
implementation 'net.sf.applecommander:AppleCommander:1.10.1'
implementation project(':bastools-api')
}