From b9814ee36effabf516ccd53a31d7ce21a5d2f962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:42:30 +0000 Subject: [PATCH] chore(deps): bump io.kestra.gradle.spotless-conventions Bumps [io.kestra.gradle.spotless-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.spotless-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..7aa70aba 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'io.kestra.gradle.repository-conventions' version '1.2.3' - id 'io.kestra.gradle.spotless-conventions' version '1.2.3' apply false + id 'io.kestra.gradle.spotless-conventions' version '1.2.5' apply false id 'java-library' id "idea" id 'jacoco-report-aggregation'