mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2026-04-20 18:17:12 +00:00
0c29c49302
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.8.9 to 2.13.1. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.8.9...gson-parent-2.13.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
443 B
Groovy
19 lines
443 B
Groovy
// Shared settings across all build subprojects
|
|
|
|
ext {
|
|
// Dependency versions
|
|
shkVersion = "1.2.2"
|
|
asVersion = "1.2.2"
|
|
btVersion = "0.4.0"
|
|
swtVersion = "3.130.0"
|
|
piSwtVersion = "3.8.2"
|
|
junitVersion = "4.13.2"
|
|
antVersion = "1.10.15"
|
|
commonsLang3Version = "3.18.0"
|
|
commonsCsvVersion = "1.14.1"
|
|
gsonVersion = "2.13.1"
|
|
picocliVersion = "4.7.7"
|
|
springBoot = "3.5.4"
|
|
acdasmVersion = "0.5.0"
|
|
}
|