From d527690e7791d7bc1169fa3cd29c2a9f52999e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 12:32:49 +0000 Subject: [PATCH] chore(deps): bump the kestra-gradle-plugins group with 4 updates Bumps the kestra-gradle-plugins group with 4 updates: [io.kestra.gradle.repository-conventions](https://github.com/kestra-io/gradle-plugin), [io.kestra.gradle.spotless-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.5 to 1.2.6 - [Release notes](https://github.com/kestra-io/gradle-plugin/releases) - [Commits](https://github.com/kestra-io/gradle-plugin/compare/v1.2.5...v1.2.6) Updates `io.kestra.gradle.spotless-conventions` from 1.2.5 to 1.2.6 - [Release notes](https://github.com/kestra-io/gradle-plugin/releases) - [Commits](https://github.com/kestra-io/gradle-plugin/compare/v1.2.5...v1.2.6) Updates `io.kestra.gradle.inject-bom-versions` from 1.2.5 to 1.2.6 - [Release notes](https://github.com/kestra-io/gradle-plugin/releases) - [Commits](https://github.com/kestra-io/gradle-plugin/compare/v1.2.5...v1.2.6) Updates `io.kestra.gradle.plugin-doc-lint` from 1.2.5 to 1.2.6 - [Release notes](https://github.com/kestra-io/gradle-plugin/releases) - [Commits](https://github.com/kestra-io/gradle-plugin/compare/v1.2.5...v1.2.6) --- updated-dependencies: - dependency-name: io.kestra.gradle.repository-conventions dependency-version: 1.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kestra-gradle-plugins - dependency-name: io.kestra.gradle.spotless-conventions dependency-version: 1.2.6 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.6 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.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kestra-gradle-plugins ... Signed-off-by: dependabot[bot] --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index e05fa3c..7dc9152 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,9 @@ plugins { - id 'io.kestra.gradle.repository-conventions' version '1.2.5' - id 'io.kestra.gradle.spotless-conventions' version '1.2.5' + id 'io.kestra.gradle.repository-conventions' version '1.2.6' + id 'io.kestra.gradle.spotless-conventions' version '1.2.6' 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" + id "io.kestra.gradle.inject-bom-versions" version "1.2.6" + id "io.kestra.gradle.plugin-doc-lint" version "1.2.6" id 'java-library' id "idea" id 'jacoco'