diff --git a/build.gradle b/build.gradle index 130e3e1520..16f8c623d9 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'archunit.base-conventions' id 'com.github.johnrengelman.shadow' version '7.1.2' apply false id 'com.github.spotbugs' version '5.0.12' apply false - id "io.github.gradle-nexus.publish-plugin" version "1.1.0" apply false + id "io.github.gradle-nexus.publish-plugin" version "1.2.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 }