From 48e930f77fffde759e1c356ff44c21a8a84c299d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:06:24 +0000 Subject: [PATCH] build(deps): bump modelixCore from 17.0.2 to 18.0.0 Bumps `modelixCore` from 17.0.2 to 18.0.0. Updates `org.modelix:model-api` from 17.0.2 to 18.0.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/17.0.2...18.0.0) Updates `org.modelix:model-api-gen-runtime` from 17.0.2 to 18.0.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/17.0.2...18.0.0) Updates `org.modelix:model-client` from 17.0.2 to 18.0.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/17.0.2...18.0.0) Updates `org.modelix:modelql-core` from 17.0.2 to 18.0.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/17.0.2...18.0.0) Updates `org.modelix:modelql-untyped` from 17.0.2 to 18.0.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/17.0.2...18.0.0) Updates `org.modelix:modelql-html` from 17.0.2 to 18.0.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/17.0.2...18.0.0) Updates `org.modelix:model-datastructure` from 17.0.2 to 18.0.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/17.0.2...18.0.0) Updates `org.modelix.mps:model-adapters` from 17.0.2 to 18.0.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/17.0.2...18.0.0) Updates `org.modelix.mps:mps-model-adapters-plugin` from 17.0.2 to 18.0.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/17.0.2...18.0.0) Updates `org.modelix.mps.modules:repositoryconcepts` from 17.0.2 to 18.0.0 Updates `org.modelix.model-api-gen` from 17.0.2 to 18.0.0 --- updated-dependencies: - dependency-name: org.modelix:model-api dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-api-gen-runtime dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-client dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:modelql-core dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:modelql-untyped dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:modelql-html dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-datastructure dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix.mps:model-adapters dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix.mps:mps-model-adapters-plugin dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix.mps.modules:repositoryconcepts dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix.model-api-gen dependency-version: 18.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 3693baf3..45d33c4d 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 = "17.0.2" +modelixCore = "18.0.0" modelixBuildtools="2.0.1" kotlin = "2.2.21"