From c25d3001277c6d663581efdcfd326d9d1e50a92e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:42:32 +0000 Subject: [PATCH] chore(deps): bump io.kestra.gradle.repository-conventions Bumps [io.kestra.gradle.repository-conventions](https://github.com/kestra-io/gradle-plugin) 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) --- updated-dependencies: - dependency-name: io.kestra.gradle.repository-conventions 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 8eed736f..d38d2393 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 'io.kestra.gradle.spotless-conventions' version '1.2.3' apply false id 'java-library' id "idea"