From 6914522aa3fe2a77f14d87b54aec63e4ad6207d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 01:55:45 +0000 Subject: [PATCH] chore(deps): bump modelix-core from 18.6.1 to 18.7.0 Bumps `modelix-core` from 18.6.1 to 18.7.0. Updates `org.modelix:authorization` from 18.6.1 to 18.7.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.6.1...18.7.0) Updates `org.modelix:model-client` from 18.6.1 to 18.7.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.6.1...18.7.0) Updates `org.modelix:model-server` from 18.6.1 to 18.7.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.6.1...18.7.0) Updates `org.modelix.mps:mps-sync-plugin3` from 18.6.1 to 18.7.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/18.6.1...18.7.0) --- updated-dependencies: - dependency-name: org.modelix:authorization dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:model-client dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:model-server dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix.mps:mps-sync-plugin3 dependency-version: 18.7.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 db40ed8..71f00f4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ kotlinSerialization="1.11.0" kotlinx-coroutines = "1.10.2" ktor = "3.4.3" logback = "1.5.32" -modelix-core = "18.6.1" +modelix-core = "18.7.0" modelix-mps-plugins = "0.12.0" modelix-openapi = "1.6.0"