From d4fc491870c6ee626785b7e282f0e310c41d29d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 19:24:17 +0000 Subject: [PATCH] Bump modelixCore from 3.3.4 to 3.6.0 Bumps `modelixCore` from 3.3.4 to 3.6.0. Updates `org.modelix:model-api` from 3.3.4 to 3.6.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](https://github.com/modelix/modelix.core/compare/3.3.4...3.6.0) Updates `org.modelix:model-api-gen-runtime` from 3.3.4 to 3.6.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](https://github.com/modelix/modelix.core/compare/3.3.4...3.6.0) Updates `org.modelix:light-model-client` from 3.3.4 to 3.6.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](https://github.com/modelix/modelix.core/compare/3.3.4...3.6.0) Updates `org.modelix:model-client` from 3.3.4 to 3.6.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](https://github.com/modelix/modelix.core/compare/3.3.4...3.6.0) Updates `org.modelix.model-api-gen` from 3.3.4 to 3.6.0 --- updated-dependencies: - dependency-name: org.modelix:model-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:model-api-gen-runtime dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:light-model-client dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:model-client dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix.model-api-gen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cb3a93b2..382ad4e0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ modelix-model-api-gen = { id = "org.modelix.model-api-gen", version.ref = "model npm-publish = { id = "dev.petuska.npm.publish", version = "3.4.1" } [versions] -modelixCore = "3.3.4" +modelixCore = "3.6.0" [libraries] modelix-model-api = { group = "org.modelix", name = "model-api", version.ref = "modelixCore" }