Skip to content

Commit

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

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

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

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

Updates `org.creekservice:creek-json-schema-generator` from 0.4.1-SNAPSHOT to 0.4.1
- [Release notes](https://github.com/creek-service/creek-json-schema/releases)
- [Commits](https://github.com/creek-service/creek-json-schema/commits/v0.4.1)

---
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-json-schema-generator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andy Coates <[email protected]>
  • Loading branch information
dependabot[bot] and big-andy-coates authored Apr 21, 2023
1 parent f6fbbf2 commit 37bab09
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 @@ -33,7 +33,7 @@ allprojects {
}
}

val creekVersion = "0.4.1-SNAPSHOT"
val creekVersion = "0.4.1"
val guavaVersion = "31.1-jre" // https://mvnrepository.com/artifact/com.google.guava/guava
val log4jVersion = "2.20.0" // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
val junitVersion = "5.9.2" // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
Expand Down

0 comments on commit 37bab09

Please sign in to comment.