From f4a26f96a79ac8f08dbea9a3d04fbd5e11b835ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 10:35:59 +0000 Subject: [PATCH] chore(deps): bump the kestra-gradle-plugins group with 3 updates Bumps the kestra-gradle-plugins group with 3 updates: [io.kestra.gradle.repository-conventions](https://github.com/kestra-io/gradle-plugin), [io.kestra.gradle.inject-bom-versions](https://github.com/kestra-io/gradle-plugin) and [io.kestra.gradle.plugin-doc-lint](https://github.com/kestra-io/gradle-plugin). Updates `io.kestra.gradle.repository-conventions` from 1.2.3 to 1.2.5 - [Release notes](https://github.com/kestra-io/gradle-plugin/releases) - [Commits](https://github.com/kestra-io/gradle-plugin/compare/v1.2.3...v1.2.5) Updates `io.kestra.gradle.inject-bom-versions` from 1.2.4 to 1.2.5 - [Release notes](https://github.com/kestra-io/gradle-plugin/releases) - [Commits](https://github.com/kestra-io/gradle-plugin/compare/v1.2.4...v1.2.5) Updates `io.kestra.gradle.plugin-doc-lint` from 1.2.4 to 1.2.5 - [Release notes](https://github.com/kestra-io/gradle-plugin/releases) - [Commits](https://github.com/kestra-io/gradle-plugin/compare/v1.2.4...v1.2.5) --- updated-dependencies: - dependency-name: io.kestra.gradle.repository-conventions dependency-version: 1.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kestra-gradle-plugins - dependency-name: io.kestra.gradle.inject-bom-versions dependency-version: 1.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kestra-gradle-plugins - dependency-name: io.kestra.gradle.plugin-doc-lint dependency-version: 1.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kestra-gradle-plugins ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 76d030b..44cb6f8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'io.kestra.gradle.repository-conventions' version '1.2.3' + id 'io.kestra.gradle.repository-conventions' version '1.2.5' id 'java-library' id "idea" id 'jacoco-report-aggregation' @@ -9,8 +9,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.4" - id "io.kestra.gradle.plugin-doc-lint" version "1.2.4" apply(false) + id "io.kestra.gradle.inject-bom-versions" version "1.2.5" + id "io.kestra.gradle.plugin-doc-lint" version "1.2.5" apply(false) } def isBuildSnapshot = version.toString().endsWith("-SNAPSHOT")