Update dependency gradle to v8.14.2

This commit is contained in:
Renovate Bot 2025-06-15 21:38:46 +00:00 committed by jansel
parent 4ebe867f03
commit b6f0209529
5 changed files with 6 additions and 6 deletions

View file

@ -89,6 +89,6 @@ docker {
}
tasks.wrapper {
gradleVersion = "8.13"
gradleVersion = "8.14.2"
distributionType = Wrapper.DistributionType.BIN
}