gradle: update dependencies

This commit is contained in:
2023-12-27 17:57:24 -08:00
parent 7a0b5ae88f
commit d079244fd7
6 changed files with 17 additions and 17 deletions

View File

@ -3,5 +3,5 @@ plugins {
}
tasks.withType<Wrapper> {
gradleVersion = "8.4"
gradleVersion = "8.5"
}