From 52f3bdf0873d6883241552712a9160f10ff8ff5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 07:42:40 +0000 Subject: [PATCH] build(deps): bump modelixCore from 11.2.1 to 15.4.1 Bumps `modelixCore` from 11.2.1 to 15.4.1. Updates `org.modelix:model-api` from 11.2.1 to 15.4.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/11.2.1...15.4.1) Updates `org.modelix:model-api-gen-runtime` from 11.2.1 to 15.4.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/11.2.1...15.4.1) Updates `org.modelix:authorization` from 11.2.1 to 15.4.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/11.2.1...15.4.1) Updates `org.modelix:model-client` from 11.2.1 to 15.4.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/11.2.1...15.4.1) Updates `org.modelix:model-server` from 11.2.1 to 15.4.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/11.2.1...15.4.1) Updates `org.modelix:modelql-core` from 11.2.1 to 15.4.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/11.2.1...15.4.1) Updates `org.modelix:modelql-untyped` from 11.2.1 to 15.4.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/11.2.1...15.4.1) Updates `org.modelix:modelql-html` from 11.2.1 to 15.4.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/11.2.1...15.4.1) Updates `org.modelix:model-datastructure` from 11.2.1 to 15.4.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/11.2.1...15.4.1) Updates `org.modelix.mps:model-adapters` from 11.2.1 to 15.4.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/11.2.1...15.4.1) Updates `org.modelix.model-api-gen` from 11.2.1 to 15.4.1 --- updated-dependencies: - dependency-name: org.modelix:model-api dependency-version: 15.4.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-api-gen-runtime dependency-version: 15.4.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:authorization dependency-version: 15.4.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-client dependency-version: 15.4.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-server dependency-version: 15.4.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:modelql-core dependency-version: 15.4.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:modelql-untyped dependency-version: 15.4.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:modelql-html dependency-version: 15.4.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-datastructure dependency-version: 15.4.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix.mps:model-adapters dependency-version: 15.4.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix.model-api-gen dependency-version: 15.4.1 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 8c673605..e32daa2c 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 = "15.4.0" +modelixCore = "15.4.1" kotlinCoroutines="1.10.2" ktor="3.1.3"