diff --git a/build.gradle b/build.gradle index 130e3e1520..62c4ff7a9a 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'com.github.spotbugs' version '5.0.12' apply false id "io.github.gradle-nexus.publish-plugin" version "1.1.0" apply false id "com.diffplug.spotless" version "6.11.0" apply false - id 'com.github.ben-manes.versions' version '0.42.0' apply false + id 'com.github.ben-manes.versions' version '0.46.0' apply false } def appAndSourceUrl = 'https://github.com/TNG/ArchUnit'