From d024de942d95036ea991cd8577ad3100f717771c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:03:55 +0000 Subject: [PATCH] chore(deps): bump io.kestra.gradle.plugin-doc-lint from 1.2.4 to 1.2.5 Bumps [io.kestra.gradle.plugin-doc-lint](https://github.com/kestra-io/gradle-plugin) 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.plugin-doc-lint dependency-version: 1.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 76d030b..ec28ead 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { 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.plugin-doc-lint" version "1.2.5" apply(false) } def isBuildSnapshot = version.toString().endsWith("-SNAPSHOT")