Skip to content

Commit

Permalink
Bump creekVersion from 0.3.2-SNAPSHOT to 0.3.2
Browse files Browse the repository at this point in the history
Bumps `creekVersion` from 0.3.2-SNAPSHOT to 0.3.2.

Updates `org.creekservice:creek-test-hamcrest` from 0.3.2-SNAPSHOT to 0.3.2
- [Release notes](https://github.com/creek-service/creek-test/releases)
- [Commits](https://github.com/creek-service/creek-test/commits/v0.3.2)

Updates `org.creekservice:creek-test-util` from 0.3.2-SNAPSHOT to 0.3.2
- [Release notes](https://github.com/creek-service/creek-test/releases)
- [Commits](https://github.com/creek-service/creek-test/commits/v0.3.2)

Updates `org.creekservice:creek-test-conformity` from 0.3.2-SNAPSHOT to 0.3.2
- [Release notes](https://github.com/creek-service/creek-test/releases)
- [Commits](https://github.com/creek-service/creek-test/commits/v0.3.2)

Updates `org.creekservice:creek-base-type` from 0.3.2-SNAPSHOT to 0.3.2
- [Release notes](https://github.com/creek-service/creek-base/releases)
- [Commits](https://github.com/creek-service/creek-base/commits/v0.3.2)

Updates `org.creekservice:creek-platform-metadata` from 0.3.2-SNAPSHOT to 0.3.2
- [Release notes](https://github.com/creek-service/creek-platform/releases)
- [Commits](https://github.com/creek-service/creek-platform/commits/v0.3.2)

Updates `org.creekservice:creek-platform-resource` from 0.3.2-SNAPSHOT to 0.3.2
- [Release notes](https://github.com/creek-service/creek-platform/releases)
- [Commits](https://github.com/creek-service/creek-platform/commits/v0.3.2)

Updates `org.creekservice:creek-observability-lifecycle` from 0.3.2-SNAPSHOT to 0.3.2
- [Release notes](https://github.com/creek-service/creek-observability/releases)
- [Commits](https://github.com/creek-service/creek-observability/commits/v0.3.2)

Updates `org.creekservice:creek-service-api` from 0.3.2-SNAPSHOT to 0.3.2
- [Release notes](https://github.com/creek-service/creek-service/releases)
- [Commits](https://github.com/creek-service/creek-service/commits/v0.3.2)

Updates `org.creekservice:creek-service-extension` from 0.3.2-SNAPSHOT to 0.3.2
- [Release notes](https://github.com/creek-service/creek-service/releases)
- [Commits](https://github.com/creek-service/creek-service/commits/v0.3.2)

Updates `org.creekservice:creek-base-schema` from 0.3.2-SNAPSHOT to 0.3.2
- [Release notes](https://github.com/creek-service/creek-base/releases)
- [Commits](https://github.com/creek-service/creek-base/commits/v0.3.2)

---
updated-dependencies:
- dependency-name: org.creekservice:creek-test-hamcrest
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.creekservice:creek-test-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.creekservice:creek-test-conformity
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.creekservice:creek-base-type
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.creekservice:creek-platform-metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.creekservice:creek-platform-resource
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.creekservice:creek-observability-lifecycle
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.creekservice:creek-service-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.creekservice:creek-service-extension
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.creekservice:creek-base-schema
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 16, 2023
1 parent 3edf1de commit 29ad262
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 @@ -47,7 +47,7 @@ subprojects {
}

extra.apply {
set("creekVersion", "0.3.2-SNAPSHOT")
set("creekVersion", "0.3.2")
set("testContainersVersion", "1.17.6") // https://mvnrepository.com/artifact/org.testcontainers/testcontainers
set("spotBugsVersion", "4.7.3") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations
set("jacksonVersion", "2.14.2") // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations
Expand Down

0 comments on commit 29ad262

Please sign in to comment.