diff --git a/build.gradle b/build.gradle index c0882feb..5321b9a1 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'io.kestra.gradle.repository-conventions' version '1.2.6' - id 'io.kestra.gradle.spotless-conventions' version '1.2.6' apply false + id 'io.kestra.gradle.repository-conventions' version '1.2.9' + id 'io.kestra.gradle.spotless-conventions' version '1.2.9' apply false id 'java-library' id "idea" id 'jacoco-report-aggregation' @@ -9,8 +9,8 @@ plugins { id "com.github.ben-manes.versions" version "0.61.0" id 'net.researchgate.release' version '3.1.0' id "com.vanniktech.maven.publish" version "0.37.0" - id "io.kestra.gradle.inject-bom-versions" version "1.2.6" - id "io.kestra.gradle.plugin-doc-lint" version "1.2.6" apply(false) + id "io.kestra.gradle.inject-bom-versions" version "1.2.9" + id "io.kestra.gradle.plugin-doc-lint" version "1.2.9" apply(false) } def isBuildSnapshot = version.toString().endsWith("-SNAPSHOT")