From 28ed6b8a5fcd98282d2de8cab0f112dcad098b36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:14:23 +0000 Subject: [PATCH] build(deps): bump modelixCore from 18.0.0 to 18.1.0 Bumps `modelixCore` from 18.0.0 to 18.1.0. Updates `org.modelix:model-api` from 18.0.0 to 18.1.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.0.0...18.1.0) Updates `org.modelix:model-api-gen-runtime` from 18.0.0 to 18.1.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.0.0...18.1.0) Updates `org.modelix:model-client` from 18.0.0 to 18.1.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.0.0...18.1.0) Updates `org.modelix:modelql-core` from 18.0.0 to 18.1.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.0.0...18.1.0) Updates `org.modelix:modelql-untyped` from 18.0.0 to 18.1.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.0.0...18.1.0) Updates `org.modelix:modelql-html` from 18.0.0 to 18.1.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.0.0...18.1.0) Updates `org.modelix:model-datastructure` from 18.0.0 to 18.1.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.0.0...18.1.0) Updates `org.modelix.mps:model-adapters` from 18.0.0 to 18.1.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.0.0...18.1.0) Updates `org.modelix.mps:mps-model-adapters-plugin` from 18.0.0 to 18.1.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.0.0...18.1.0) Updates `org.modelix.mps.modules:repositoryconcepts` from 18.0.0 to 18.1.0 Updates `org.modelix.model-api-gen` from 18.0.0 to 18.1.0 --- updated-dependencies: - dependency-name: org.modelix:model-api dependency-version: 18.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:model-api-gen-runtime dependency-version: 18.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:model-client dependency-version: 18.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:modelql-core dependency-version: 18.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:modelql-untyped dependency-version: 18.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:modelql-html dependency-version: 18.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:model-datastructure dependency-version: 18.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix.mps:model-adapters dependency-version: 18.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix.mps:mps-model-adapters-plugin dependency-version: 18.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix.mps.modules:repositoryconcepts dependency-version: 18.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix.model-api-gen dependency-version: 18.1.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 cb8ab5ca..f2e11836 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.0.0" +modelixCore = "18.1.0" modelixBuildtools="2.0.1" kotlin = "2.2.21"