From 5edb4c06ef9497a829f702de963660f19c9615bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 11:55:25 +0000 Subject: [PATCH] chore(deps): bump version in /auto-pipeline-examples Bumps `version` from 0.3.0-SNAPSHOT to 0.3.0. Updates `com.foldright.auto-pipeline:auto-pipeline-annotations` from 0.3.0-SNAPSHOT to 0.3.0 - [Release notes](https://github.com/foldright/auto-pipeline/releases) - [Commits](https://github.com/foldright/auto-pipeline/commits/v0.3.0) Updates `com.foldright.auto-pipeline:auto-pipeline-processor` from 0.3.0-SNAPSHOT to 0.3.0 - [Release notes](https://github.com/foldright/auto-pipeline/releases) - [Commits](https://github.com/foldright/auto-pipeline/commits/v0.3.0) --- updated-dependencies: - dependency-name: com.foldright.auto-pipeline:auto-pipeline-annotations dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.foldright.auto-pipeline:auto-pipeline-processor dependency-type: direct:production update-type: version-update:semver-patch ... 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 a38ed77..63ea430 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-SNAPSHOT" +version = "0.3.0" repositories { mavenLocal()