From d508feb2bb77cdee2499a5eceddb15cbe1b7617e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 19:37:17 +0000 Subject: [PATCH] Bump modelixCore from 3.3.4 to 3.13.1 Bumps `modelixCore` from 3.3.4 to 3.13.1. Updates `org.modelix:model-api` from 3.3.4 to 3.13.1 - [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.13.1) Updates `org.modelix:model-api-gen-runtime` from 3.3.4 to 3.13.1 - [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.13.1) Updates `org.modelix:light-model-client` from 3.3.4 to 3.13.1 - [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.13.1) Updates `org.modelix:model-client` from 3.3.4 to 3.13.1 - [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.13.1) Updates `org.modelix.model-api-gen` from 3.3.4 to 3.13.1 --- 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 61192605..07053eb4 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.13.1" [libraries] modelix-model-api = { group = "org.modelix", name = "model-api", version.ref = "modelixCore" }