From e48a644502807f726daa489c4d3919f2080e07eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 09:02:13 +0000 Subject: [PATCH] build(deps): bump modelixCore from 18.2.0 to 18.3.0 Bumps `modelixCore` from 18.2.0 to 18.3.0. Updates `org.modelix:model-api` from 18.2.0 to 18.3.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.2.0...18.3.0) Updates `org.modelix:model-api-gen-runtime` from 18.2.0 to 18.3.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.2.0...18.3.0) Updates `org.modelix:model-client` from 18.2.0 to 18.3.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.2.0...18.3.0) Updates `org.modelix:modelql-core` from 18.2.0 to 18.3.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.2.0...18.3.0) Updates `org.modelix:modelql-untyped` from 18.2.0 to 18.3.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.2.0...18.3.0) Updates `org.modelix:modelql-html` from 18.2.0 to 18.3.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.2.0...18.3.0) Updates `org.modelix:model-datastructure` from 18.2.0 to 18.3.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.2.0...18.3.0) Updates `org.modelix.mps:model-adapters` from 18.2.0 to 18.3.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.2.0...18.3.0) Updates `org.modelix.mps:mps-model-adapters-plugin` from 18.2.0 to 18.3.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.2.0...18.3.0) Updates `org.modelix.mps.modules:repositoryconcepts` from 18.2.0 to 18.3.0 Updates `org.modelix.model-api-gen` from 18.2.0 to 18.3.0 --- updated-dependencies: - dependency-name: org.modelix:model-api dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:model-api-gen-runtime dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:model-client dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:modelql-core dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:modelql-untyped dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:modelql-html dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:model-datastructure dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix.mps:model-adapters dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix.mps:mps-model-adapters-plugin dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix.mps.modules:repositoryconcepts dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix.model-api-gen dependency-version: 18.3.0 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 def6a4a7..30eeeaed 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } [versions] -modelixCore = "18.2.0" +modelixCore = "18.3.0" modelixBuildtools="2.0.1" kotlin = "2.2.21"