From 9a4313d9a955561689675e9c18e42802350ccd31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 16:46:27 +0000 Subject: [PATCH] build(deps): bump modelixCore from 11.2.1 to 15.0.0 Bumps `modelixCore` from 11.2.1 to 15.0.0. Updates `org.modelix:model-api` from 11.2.1 to 15.0.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...15.0.0) Updates `org.modelix:model-api-gen-runtime` from 11.2.1 to 15.0.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...15.0.0) Updates `org.modelix:authorization` from 11.2.1 to 15.0.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...15.0.0) Updates `org.modelix:model-client` from 11.2.1 to 15.0.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...15.0.0) Updates `org.modelix:model-server` from 11.2.1 to 15.0.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...15.0.0) Updates `org.modelix:modelql-core` from 11.2.1 to 15.0.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...15.0.0) Updates `org.modelix:modelql-untyped` from 11.2.1 to 15.0.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...15.0.0) Updates `org.modelix:modelql-html` from 11.2.1 to 15.0.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...15.0.0) Updates `org.modelix:model-datastructure` from 11.2.1 to 15.0.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...15.0.0) Updates `org.modelix.mps:model-adapters` from 11.2.1 to 15.0.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...15.0.0) Updates `org.modelix.model-api-gen` from 11.2.1 to 15.0.0 --- updated-dependencies: - dependency-name: org.modelix:model-api dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-api-gen-runtime dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:authorization dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-client dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-server dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:modelql-core dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:modelql-untyped dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:modelql-html dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-datastructure dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix.mps:model-adapters dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix.model-api-gen dependency-version: 15.0.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..2b582e76 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 = "15.0.0" kotlinCoroutines="1.10.2" ktor="3.1.3"