From 727e9dbb8210b70b8e57d7c632c5136ecf59109c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 16:26:33 +0000 Subject: [PATCH] build(deps): bump modelixCore from 11.2.1 to 14.9.0 Bumps `modelixCore` from 11.2.1 to 14.9.0. Updates `org.modelix:model-api` from 11.2.1 to 14.9.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/11.2.1...14.9.0) Updates `org.modelix:model-api-gen-runtime` from 11.2.1 to 14.9.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/11.2.1...14.9.0) Updates `org.modelix:authorization` from 11.2.1 to 14.9.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/11.2.1...14.9.0) Updates `org.modelix:model-client` from 11.2.1 to 14.9.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/11.2.1...14.9.0) Updates `org.modelix:model-server` from 11.2.1 to 14.9.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/11.2.1...14.9.0) Updates `org.modelix:modelql-core` from 11.2.1 to 14.9.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/11.2.1...14.9.0) Updates `org.modelix:modelql-untyped` from 11.2.1 to 14.9.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/11.2.1...14.9.0) Updates `org.modelix:modelql-html` from 11.2.1 to 14.9.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/11.2.1...14.9.0) Updates `org.modelix:model-datastructure` from 11.2.1 to 14.9.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/11.2.1...14.9.0) Updates `org.modelix.mps:model-adapters` from 11.2.1 to 14.9.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/11.2.1...14.9.0) Updates `org.modelix.model-api-gen` from 11.2.1 to 14.9.0 --- updated-dependencies: - dependency-name: org.modelix:model-api dependency-version: 14.9.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-api-gen-runtime dependency-version: 14.9.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:authorization dependency-version: 14.9.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-client dependency-version: 14.9.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-server dependency-version: 14.9.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:modelql-core dependency-version: 14.9.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:modelql-untyped dependency-version: 14.9.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:modelql-html dependency-version: 14.9.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-datastructure dependency-version: 14.9.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix.mps:model-adapters dependency-version: 14.9.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix.model-api-gen dependency-version: 14.9.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 2d4cd5ea..d7730202 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.5.3" } [versions] -modelixCore = "11.2.1" +modelixCore = "14.9.0" kotlinCoroutines="1.10.2" ktor="3.1.3"