From 991332feb20b105fbe41c9f72c169f684e44de12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 01:55:08 +0000 Subject: [PATCH] Bump specmeshVersion from 0.9.2 to 0.10.0 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](https://github.com/specmesh/specmesh-build/compare/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](https://github.com/specmesh/specmesh-build/compare/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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 35d0b6f..358d253 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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")