diff --git a/build.gradle b/build.gradle index 56183e34b..d882fdeb8 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'com.github.spotbugs' version '5.1.4' apply false id "io.github.gradle-nexus.publish-plugin" version "1.3.0" apply false id "com.diffplug.spotless" version "6.22.0" apply false - id 'com.github.ben-manes.versions' version '0.49.0' apply false + id 'com.github.ben-manes.versions' version '0.50.0' apply false } def appAndSourceUrl = 'https://github.com/TNG/ArchUnit'