From 6cf15e199dcc436b1f4828ed30621ba801a9900c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:20:01 +0000 Subject: [PATCH] chore(deps): bump version from 0.3.0 to 0.4.0 in /auto-pipeline-examples Bumps `version` from 0.3.0 to 0.4.0. Updates `com.foldright.auto-pipeline:auto-pipeline-annotations` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/foldright/auto-pipeline/releases) - [Commits](https://github.com/foldright/auto-pipeline/compare/v0.3.0...v0.4.0) Updates `com.foldright.auto-pipeline:auto-pipeline-processor` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/foldright/auto-pipeline/releases) - [Commits](https://github.com/foldright/auto-pipeline/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: com.foldright.auto-pipeline:auto-pipeline-annotations dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.foldright.auto-pipeline:auto-pipeline-processor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- auto-pipeline-examples/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-pipeline-examples/build.gradle.kts b/auto-pipeline-examples/build.gradle.kts index 4671d3d..7496301 100644 --- a/auto-pipeline-examples/build.gradle.kts +++ b/auto-pipeline-examples/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "com.foldright.auto-pipeline" -version = "0.3.0" +version = "0.4.0" repositories { mavenLocal()