Skip to content

Commit

Permalink
Bump creekVersion from 0.2.1-SNAPSHOT to 0.3.0 (#63)
Browse files Browse the repository at this point in the history
Bumps `creekVersion` from 0.2.1-SNAPSHOT to 0.3.0.

Updates `creek-test-hamcrest` from 0.2.1-SNAPSHOT to 0.3.0
- [Release notes](https://github.com/creek-service/creek-test/releases)
- [Commits](https://github.com/creek-service/creek-test/commits/v0.3.0)

Updates `creek-test-util` from 0.2.1-SNAPSHOT to 0.3.0
- [Release notes](https://github.com/creek-service/creek-test/releases)
- [Commits](https://github.com/creek-service/creek-test/commits/v0.3.0)

Updates `creek-test-conformity` from 0.2.1-SNAPSHOT to 0.3.0
- [Release notes](https://github.com/creek-service/creek-test/releases)
- [Commits](https://github.com/creek-service/creek-test/commits/v0.3.0)

Updates `creek-base-type` from 0.2.1-SNAPSHOT to 0.3.0
- [Release notes](https://github.com/creek-service/creek-base/releases)
- [Commits](https://github.com/creek-service/creek-base/commits/v0.3.0)

Updates `creek-observability-logging` from 0.2.1-SNAPSHOT to 0.3.0
- [Release notes](https://github.com/creek-service/creek-observability/releases)
- [Commits](https://github.com/creek-service/creek-observability/commits/v0.3.0)

---
updated-dependencies:
- dependency-name: org.creekservice:creek-test-hamcrest
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.creekservice:creek-test-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.creekservice:creek-test-conformity
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.creekservice:creek-base-type
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.creekservice:creek-observability-logging
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 11, 2023
1 parent dd57373 commit cab0ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ subprojects {
}

extra.apply {
set("creekVersion", "0.2.1-SNAPSHOT")
set("creekVersion", "0.3.0")
set("spotBugsVersion", "4.6.0") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations

set("log4jVersion", "2.19.0") // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
Expand Down

0 comments on commit cab0ec2

Please sign in to comment.