Update dependency com.github.ben-manes:gradle-versions-plugin to v0.54.0 #91

Merged
renovate-bot merged 1 commits from renovate/com.github.ben-manes-gradle-versions-plugin-0.x into master 2026-04-19 20:02:48 +00:00
Showing only changes of commit b887a83280 - Show all commits

View File

@@ -80,7 +80,7 @@ buildscript {
dependencies { dependencies {
classpath 'com.github.johnrengelman:shadow:8.1.1' classpath 'com.github.johnrengelman:shadow:8.1.1'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.53.0' classpath 'com.github.ben-manes:gradle-versions-plugin:0.54.0'
} }
} }