From 97e15ae001ec24772a4635a327be74bbc2c04764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 04:47:26 +0000 Subject: [PATCH] build(deps): bump modelix-core from 11.1.2 to 11.2.1 Bumps `modelix-core` from 11.1.2 to 11.2.1. Updates `org.modelix:authorization` from 11.1.2 to 11.2.1 - [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/11.1.2...11.2.1) Updates `org.modelix:model-client` from 11.1.2 to 11.2.1 - [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/11.1.2...11.2.1) Updates `org.modelix:model-server` from 11.1.2 to 11.2.1 - [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/11.1.2...11.2.1) --- updated-dependencies: - dependency-name: org.modelix:authorization dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:model-client dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:model-server 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 8f2666f..4a28921 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ kotlinx-coroutines = "1.10.0" kotlin-logging = "3.0.5" ktor = "2.3.12" logback = "1.5.14" -modelix-core = "11.1.2" +modelix-core = "11.2.1" modelix-mps-plugins = "0.9.3" [libraries]