Skip to content

Commit

Permalink
Bump specmeshVersion from 0.9.2 to 0.10.0
Browse files Browse the repository at this point in the history
Bumps `specmeshVersion` from 0.9.2 to 0.10.0.

Updates `io.specmesh:specmesh-cli` from 0.9.2 to 0.10.0
- [Release notes](https://github.com/specmesh/specmesh-build/releases)
- [Commits](specmesh/specmesh-build@v0.9.2...v0.10.0)

Updates `io.specmesh:specmesh-kafka` from 0.9.2 to 0.10.0
- [Release notes](https://github.com/specmesh/specmesh-build/releases)
- [Commits](specmesh/specmesh-build@v0.9.2...v0.10.0)

---
updated-dependencies:
- dependency-name: io.specmesh:specmesh-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.specmesh:specmesh-kafka
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 689bcaf commit 991332f
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 @@ -84,7 +84,7 @@ subprojects {
}

extra.apply {
set("specmeshVersion", "0.9.2")
set("specmeshVersion", "0.10.0")
set("specmeshDataGenVersion", "0.5.3")
set("kafkaVersion", "7.5.3-ce")
set("confluentVersion", "7.5.3")
Expand Down

0 comments on commit 991332f

Please sign in to comment.