Skip to content

Commit

Permalink
chore(deps): bump version in /auto-pipeline-examples
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and zavakid committed Apr 12, 2024
1 parent 3f47075 commit 5edb4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-pipeline-examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.foldright.auto-pipeline"
version = "0.3.0-SNAPSHOT"
version = "0.3.0"

repositories {
mavenLocal()
Expand Down

0 comments on commit 5edb4c0

Please sign in to comment.