From 54dd430c8b120aed8d12d331e149c14a3aa16b1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 16:07:16 +0000 Subject: [PATCH] build(deps): bump modelixCore from 15.5.2 to 17.0.1 Bumps `modelixCore` from 15.5.2 to 17.0.1. Updates `org.modelix:model-api` from 15.5.2 to 17.0.1 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/15.5.2...17.0.1) Updates `org.modelix:model-api-gen-runtime` from 15.5.2 to 17.0.1 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/15.5.2...17.0.1) Updates `org.modelix:authorization` from 15.5.2 to 17.0.1 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/15.5.2...17.0.1) Updates `org.modelix:model-client` from 15.5.2 to 17.0.1 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/15.5.2...17.0.1) Updates `org.modelix:model-server` from 15.5.2 to 17.0.1 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/15.5.2...17.0.1) Updates `org.modelix:modelql-core` from 15.5.2 to 17.0.1 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/15.5.2...17.0.1) Updates `org.modelix:modelql-untyped` from 15.5.2 to 17.0.1 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/15.5.2...17.0.1) Updates `org.modelix:modelql-html` from 15.5.2 to 17.0.1 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/15.5.2...17.0.1) Updates `org.modelix:model-datastructure` from 15.5.2 to 17.0.1 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/15.5.2...17.0.1) Updates `org.modelix.mps:model-adapters` from 15.5.2 to 17.0.1 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Commits](https://github.com/modelix/modelix.core/compare/15.5.2...17.0.1) Updates `org.modelix.model-api-gen` from 15.5.2 to 17.0.1 --- updated-dependencies: - dependency-name: org.modelix:model-api dependency-version: 17.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-api-gen-runtime dependency-version: 17.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:authorization dependency-version: 17.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-client dependency-version: 17.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-server dependency-version: 17.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:modelql-core dependency-version: 17.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:modelql-untyped dependency-version: 17.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:modelql-html dependency-version: 17.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix:model-datastructure dependency-version: 17.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix.mps:model-adapters dependency-version: 17.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.modelix.model-api-gen dependency-version: 17.0.1 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 92f10eba..e0e979c8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ modelix-model-api-gen = { id = "org.modelix.model-api-gen", version.ref = "model npm-publish = { id = "dev.petuska.npm.publish", version = "3.5.3" } [versions] -modelixCore = "15.5.2" +modelixCore = "17.0.1" kotlinCoroutines="1.10.2" ktor="3.3.0"