From c0d1cb748f88e4b7c77475588ae66e68901fa5de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 05:54:20 +0000 Subject: [PATCH] build(deps): bump modelix-core from 15.4.1 to 15.4.2 Bumps `modelix-core` from 15.4.1 to 15.4.2. Updates `org.modelix:authorization` from 15.4.1 to 15.4.2 - [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/15.4.1...15.4.2) Updates `org.modelix:model-client` from 15.4.1 to 15.4.2 - [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/15.4.1...15.4.2) Updates `org.modelix:model-server` from 15.4.1 to 15.4.2 - [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/15.4.1...15.4.2) Updates `org.modelix.mps:mps-sync-plugin3` from 15.4.1 to 15.4.2 - [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/15.4.1...15.4.2) --- updated-dependencies: - dependency-name: org.modelix:authorization dependency-version: 15.4.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.modelix:model-client dependency-version: 15.4.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.modelix:model-server dependency-version: 15.4.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.modelix.mps:mps-sync-plugin3 dependency-version: 15.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 277589e..756ca19 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ kotlinx-coroutines = "1.10.2" kotlin-logging = "3.0.5" ktor = "3.2.1" logback = "1.5.18" -modelix-core = "15.4.1" +modelix-core = "15.4.2" modelix-mps-plugins = "0.11.1" [libraries]