diff --git a/build.gradle b/build.gradle index 5e83a5c0..679b89ef 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'io.kestra.gradle.repository-conventions' version '1.2.5' - id 'io.kestra.gradle.spotless-conventions' version '1.2.5' apply false + id 'io.kestra.gradle.repository-conventions' version '1.2.6' + id 'io.kestra.gradle.spotless-conventions' version '1.2.6' apply false id 'java-library' id "idea" id 'jacoco-report-aggregation' @@ -10,8 +10,8 @@ plugins { id "com.github.ben-manes.versions" version "0.54.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.5" - id "io.kestra.gradle.plugin-doc-lint" version "1.2.5" apply(false) + id "io.kestra.gradle.inject-bom-versions" version "1.2.6" + id "io.kestra.gradle.plugin-doc-lint" version "1.2.6" apply(false) } def isBuildSnapshot = version.toString().endsWith("-SNAPSHOT")