diff --git a/tools/st/build.gradle b/tools/st/build.gradle index 6eff4d6..3bf4b4b 100644 --- a/tools/st/build.gradle +++ b/tools/st/build.gradle @@ -43,7 +43,7 @@ bootJar { dependencies { implementation 'info.picocli:picocli:4.7.7' implementation 'net.sf.applecommander:applesingle-api:1.2.2' - implementation 'org.applecommander:AppleCommander:13.2' + implementation 'org.applecommander:AppleCommander:14.0' implementation project(':bastools-api') }