diff --git a/build.gradle b/build.gradle index 9af1573..109638a 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ buildscript { } } plugins { - id "com.github.ben-manes.versions" version "0.46.0" + id "com.github.ben-manes.versions" version "0.48.0" id 'com.google.devtools.ksp' version '1.8.21-1.0.11' apply false } tasks.register('clean', Delete) {