upgrade dependencies

This commit is contained in:
Alex Zenla
2025-07-03 03:18:11 -07:00
parent d2eaffafcc
commit 17b1aa44c0
22 changed files with 77 additions and 35 deletions

View File

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