diff --git a/develocity-conventions-gradle-plugin/build.gradle b/develocity-conventions-gradle-plugin/build.gradle index 1436d67..f55b560 100644 --- a/develocity-conventions-gradle-plugin/build.gradle +++ b/develocity-conventions-gradle-plugin/build.gradle @@ -13,7 +13,7 @@ repositories { dependencies { implementation(project(":develocity-conventions-core")) - implementation("com.gradle:develocity-gradle-plugin:3.18") + implementation("com.gradle:develocity-gradle-plugin:3.18.1") testImplementation("org.assertj:assertj-core:3.24.2") testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")