Update dependencies by petebankhead · Pull Request #1994 · qupath/qupath

This also attempts to resolve #1973

Note that, for Gradle 9.x, we can only use jpackage if the build is not using org.gradle.parallel=true - because of an issue with the license report, see jk1/Gradle-License-Report#337

If parallel builds are already set in gradle.properties, the command line workaround is to use gradlew jpackage --no-parallel