From 8e7cda74417e23a1aaeb64274436f8aae38794b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 10:33:46 +0000 Subject: [PATCH] build(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.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.spotless-conventions` 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.inject-bom-versions` from 1.2.1 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.1...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.spotless-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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 2850450..4f803ef 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,9 @@ plugins { - id 'io.kestra.gradle.repository-conventions' version '1.2.3' - id 'io.kestra.gradle.spotless-conventions' version '1.2.4' + id 'io.kestra.gradle.repository-conventions' version '1.2.5' + id 'io.kestra.gradle.spotless-conventions' version '1.2.5' id "com.vanniktech.maven.publish" version "0.37.0" - id "io.kestra.gradle.inject-bom-versions" version "1.2.1" - id "io.kestra.gradle.plugin-doc-lint" version "1.2.4" + id "io.kestra.gradle.inject-bom-versions" version "1.2.5" + id "io.kestra.gradle.plugin-doc-lint" version "1.2.5" id 'java-library' id "idea" id 'jacoco'