Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump modelixCore from 3.15.1 to 3.18.2 #11

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2024

Bumps modelixCore from 3.15.1 to 3.18.2.
Updates org.modelix:model-api from 3.15.1 to 3.18.2

Release notes

Sourced from org.modelix:model-api's releases.

3.18.2

3.18.2 (2024-01-03)

Bug Fixes

  • model-server: use one large transaction when putting many values (1b00161)

3.18.1

3.18.1 (2024-01-03)

3.18.0

3.18.0 (2024-01-02)

Features

  • bulk-model-sync-gradle: make request timeout configurable (faf2573)

3.17.2

3.17.2 (2024-01-02)

Bug Fixes

3.17.1

3.17.1 (2023-12-21)

Bug Fixes

  • bulk-model-sync-gradle: use longer HTTP request timeouts (9438e8e)
  • bulk-model-sync-lib: use carriage returns only on TTYs (3c5ad06)
  • model-client: make HTTP timeouts configurable in the builder (30b59fc)

3.17.0

3.17.0 (2023-12-19)

Bug Fixes

  • bulk-model-sync-lib: handle export more efficiently (277497f)
  • model-api: prefix was missing in serialization of PNodeReference (17744ca)
  • model-api: serialized referenced failed to resolve in PArea (a221c87)
  • model-client: IModelClientV2.runWrite creates the repository if it doesn't exist (f23903e)
  • model-datastructure: reverted accidental change in deserialization of references (f659204)

... (truncated)

Commits
  • 2bd3343 Merge pull request #390 from modelix/bugfix/objects-put-transactions
  • 1b00161 fix(model-server): use one large transaction when putting many values
  • 3f42ecd Merge pull request #388 from modelix/build/publish-debug
  • 2b5a4b7 ci: enable info logging in publish workflow as a debugging aid
  • 3d41891 Merge pull request #387 from modelix/feature/configurable-timeout-bulk-sync
  • faf2573 feat(bulk-model-sync-gradle): make request timeout configurable
  • 69b3a42 Merge pull request #386 from modelix/fix/misleading-import-log
  • 344f5d8 Merge pull request #384 from modelix/MODELIX-606
  • 1c385da fix(bulk-model-sync-gradle): clarify log messages during import
  • 7a06e9a fix: initialize the server ID
  • Additional commits viewable in compare view

Updates org.modelix:model-api-gen-runtime from 3.15.1 to 3.18.2

Release notes

Sourced from org.modelix:model-api-gen-runtime's releases.

3.18.2

3.18.2 (2024-01-03)

Bug Fixes

  • model-server: use one large transaction when putting many values (1b00161)

3.18.1

3.18.1 (2024-01-03)

3.18.0

3.18.0 (2024-01-02)

Features

  • bulk-model-sync-gradle: make request timeout configurable (faf2573)

3.17.2

3.17.2 (2024-01-02)

Bug Fixes

3.17.1

3.17.1 (2023-12-21)

Bug Fixes

  • bulk-model-sync-gradle: use longer HTTP request timeouts (9438e8e)
  • bulk-model-sync-lib: use carriage returns only on TTYs (3c5ad06)
  • model-client: make HTTP timeouts configurable in the builder (30b59fc)

3.17.0

3.17.0 (2023-12-19)

Bug Fixes

  • bulk-model-sync-lib: handle export more efficiently (277497f)
  • model-api: prefix was missing in serialization of PNodeReference (17744ca)
  • model-api: serialized referenced failed to resolve in PArea (a221c87)
  • model-client: IModelClientV2.runWrite creates the repository if it doesn't exist (f23903e)
  • model-datastructure: reverted accidental change in deserialization of references (f659204)

... (truncated)

Commits
  • 2bd3343 Merge pull request #390 from modelix/bugfix/objects-put-transactions
  • 1b00161 fix(model-server): use one large transaction when putting many values
  • 3f42ecd Merge pull request #388 from modelix/build/publish-debug
  • 2b5a4b7 ci: enable info logging in publish workflow as a debugging aid
  • 3d41891 Merge pull request #387 from modelix/feature/configurable-timeout-bulk-sync
  • faf2573 feat(bulk-model-sync-gradle): make request timeout configurable
  • 69b3a42 Merge pull request #386 from modelix/fix/misleading-import-log
  • 344f5d8 Merge pull request #384 from modelix/MODELIX-606
  • 1c385da fix(bulk-model-sync-gradle): clarify log messages during import
  • 7a06e9a fix: initialize the server ID
  • Additional commits viewable in compare view

Updates org.modelix:light-model-client from 3.15.1 to 3.18.2

Release notes

Sourced from org.modelix:light-model-client's releases.

3.18.2

3.18.2 (2024-01-03)

Bug Fixes

  • model-server: use one large transaction when putting many values (1b00161)

3.18.1

3.18.1 (2024-01-03)

3.18.0

3.18.0 (2024-01-02)

Features

  • bulk-model-sync-gradle: make request timeout configurable (faf2573)

3.17.2

3.17.2 (2024-01-02)

Bug Fixes

3.17.1

3.17.1 (2023-12-21)

Bug Fixes

  • bulk-model-sync-gradle: use longer HTTP request timeouts (9438e8e)
  • bulk-model-sync-lib: use carriage returns only on TTYs (3c5ad06)
  • model-client: make HTTP timeouts configurable in the builder (30b59fc)

3.17.0

3.17.0 (2023-12-19)

Bug Fixes

  • bulk-model-sync-lib: handle export more efficiently (277497f)
  • model-api: prefix was missing in serialization of PNodeReference (17744ca)
  • model-api: serialized referenced failed to resolve in PArea (a221c87)
  • model-client: IModelClientV2.runWrite creates the repository if it doesn't exist (f23903e)
  • model-datastructure: reverted accidental change in deserialization of references (f659204)

... (truncated)

Commits
  • 2bd3343 Merge pull request #390 from modelix/bugfix/objects-put-transactions
  • 1b00161 fix(model-server): use one large transaction when putting many values
  • 3f42ecd Merge pull request #388 from modelix/build/publish-debug
  • 2b5a4b7 ci: enable info logging in publish workflow as a debugging aid
  • 3d41891 Merge pull request #387 from modelix/feature/configurable-timeout-bulk-sync
  • faf2573 feat(bulk-model-sync-gradle): make request timeout configurable
  • 69b3a42 Merge pull request #386 from modelix/fix/misleading-import-log
  • 344f5d8 Merge pull request #384 from modelix/MODELIX-606
  • 1c385da fix(bulk-model-sync-gradle): clarify log messages during import
  • 7a06e9a fix: initialize the server ID
  • Additional commits viewable in compare view

Updates org.modelix:authorization from 3.15.1 to 3.18.2

Release notes

Sourced from org.modelix:authorization's releases.

3.18.2

3.18.2 (2024-01-03)

Bug Fixes

  • model-server: use one large transaction when putting many values (1b00161)

3.18.1

3.18.1 (2024-01-03)

3.18.0

3.18.0 (2024-01-02)

Features

  • bulk-model-sync-gradle: make request timeout configurable (faf2573)

3.17.2

3.17.2 (2024-01-02)

Bug Fixes

3.17.1

3.17.1 (2023-12-21)

Bug Fixes

  • bulk-model-sync-gradle: use longer HTTP request timeouts (9438e8e)
  • bulk-model-sync-lib: use carriage returns only on TTYs (3c5ad06)
  • model-client: make HTTP timeouts configurable in the builder (30b59fc)

3.17.0

3.17.0 (2023-12-19)

Bug Fixes

  • bulk-model-sync-lib: handle export more efficiently (277497f)
  • model-api: prefix was missing in serialization of PNodeReference (17744ca)
  • model-api: serialized referenced failed to resolve in PArea (a221c87)
  • model-client: IModelClientV2.runWrite creates the repository if it doesn't exist (f23903e)
  • model-datastructure: reverted accidental change in deserialization of references (f659204)

... (truncated)

Commits
  • 2bd3343 Merge pull request #390 from modelix/bugfix/objects-put-transactions
  • 1b00161 fix(model-server): use one large transaction when putting many values
  • 3f42ecd Merge pull request #388 from modelix/build/publish-debug
  • 2b5a4b7 ci: enable info logging in publish workflow as a debugging aid
  • 3d41891 Merge pull request #387 from modelix/feature/configurable-timeout-bulk-sync
  • faf2573 feat(bulk-model-sync-gradle): make request timeout configurable
  • 69b3a42 Merge pull request #386 from modelix/fix/misleading-import-log
  • 344f5d8 Merge pull request #384 from modelix/MODELIX-606
  • 1c385da fix(bulk-model-sync-gradle): clarify log messages during import
  • 7a06e9a fix: initialize the server ID
  • Additional commits viewable in compare view

Updates org.modelix:model-client from 3.15.1 to 3.18.2

Release notes

Sourced from org.modelix:model-client's releases.

3.18.2

3.18.2 (2024-01-03)

Bug Fixes

  • model-server: use one large transaction when putting many values (1b00161)

3.18.1

3.18.1 (2024-01-03)

3.18.0

3.18.0 (2024-01-02)

Features

  • bulk-model-sync-gradle: make request timeout configurable (faf2573)

3.17.2

3.17.2 (2024-01-02)

Bug Fixes

3.17.1

3.17.1 (2023-12-21)

Bug Fixes

  • bulk-model-sync-gradle: use longer HTTP request timeouts (9438e8e)
  • bulk-model-sync-lib: use carriage returns only on TTYs (3c5ad06)
  • model-client: make HTTP timeouts configurable in the builder (30b59fc)

3.17.0

3.17.0 (2023-12-19)

Bug Fixes

  • bulk-model-sync-lib: handle export more efficiently (277497f)
  • model-api: prefix was missing in serialization of PNodeReference (17744ca)
  • model-api: serialized referenced failed to resolve in PArea (a221c87)
  • model-client: IModelClientV2.runWrite creates the repository if it doesn't exist (f23903e)
  • model-datastructure: reverted accidental change in deserialization of references (f659204)

... (truncated)

Commits
  • 2bd3343 Merge pull request #390 from modelix/bugfix/objects-put-transactions
  • 1b00161 fix(model-server): use one large transaction when putting many values
  • 3f42ecd Merge pull request #388 from modelix/build/publish-debug
  • 2b5a4b7 ci: enable info logging in publish workflow as a debugging aid
  • 3d41891 Merge pull request #387 from modelix/feature/configurable-timeout-bulk-sync
  • faf2573 feat(bulk-model-sync-gradle): make request timeout configurable
  • 69b3a42 Merge pull request #386 from modelix/fix/misleading-import-log
  • 344f5d8 Merge pull request #384 from modelix/MODELIX-606
  • 1c385da fix(bulk-model-sync-gradle): clarify log messages during import
  • 7a06e9a fix: initialize the server ID
  • Additional commits viewable in compare view

Updates org.modelix:model-server from 3.15.1 to 3.18.2

Release notes

Sourced from org.modelix:model-server's releases.

3.18.2

3.18.2 (2024-01-03)

Bug Fixes

  • model-server: use one large transaction when putting many values (1b00161)

3.18.1

3.18.1 (2024-01-03)

3.18.0

3.18.0 (2024-01-02)

Features

  • bulk-model-sync-gradle: make request timeout configurable (faf2573)

3.17.2

3.17.2 (2024-01-02)

Bug Fixes

3.17.1

3.17.1 (2023-12-21)

Bug Fixes

  • bulk-model-sync-gradle: use longer HTTP request timeouts (9438e8e)
  • bulk-model-sync-lib: use carriage returns only on TTYs (3c5ad06)
  • model-client: make HTTP timeouts configurable in the builder (30b59fc)

3.17.0

3.17.0 (2023-12-19)

Bug Fixes

  • bulk-model-sync-lib: handle export more efficiently (277497f)
  • model-api: prefix was missing in serialization of PNodeReference (17744ca)
  • model-api: serialized referenced failed to resolve in PArea (a221c87)
  • model-client: IModelClientV2.runWrite creates the repository if it doesn't exist (f23903e)
  • model-datastructure: reverted accidental change in deserialization of references (f659204)

... (truncated)

Commits
  • 2bd3343 Merge pull request #390 from modelix/bugfix/objects-put-transactions
  • 1b00161 fix(model-server): use one large transaction when putting many values
  • 3f42ecd Merge pull request #388 from modelix/build/publish-debug
  • 2b5a4b7 ci: enable info logging in publish workflow as a debugging aid
  • 3d41891 Merge pull request #387 from modelix/feature/configurable-timeout-bulk-sync
  • faf2573 feat(bulk-model-sync-gradle): make request timeout configurable
  • 69b3a42 Merge pull request #386 from modelix/fix/misleading-import-log
  • 344f5d8 Merge pull request #384 from modelix/MODELIX-606
  • 1c385da fix(bulk-model-sync-gradle): clarify log messages during import
  • 7a06e9a fix: initialize the server ID
  • Additional commits viewable in compare view

Updates org.modelix:modelql-core from 3.15.1 to 3.18.2

Release notes

Sourced from org.modelix:modelql-core's releases.

3.18.2

3.18.2 (2024-01-03)

Bug Fixes

  • model-server: use one large transaction when putting many values (1b00161)

3.18.1

3.18.1 (2024-01-03)

3.18.0

3.18.0 (2024-01-02)

Features

  • bulk-model-sync-gradle: make request timeout configurable (faf2573)

3.17.2

3.17.2 (2024-01-02)

Bug Fixes

3.17.1

3.17.1 (2023-12-21)

Bug Fixes

  • bulk-model-sync-gradle: use longer HTTP request timeouts (9438e8e)
  • bulk-model-sync-lib: use carriage returns only on TTYs (3c5ad06)
  • model-client: make HTTP timeouts configurable in the builder (30b59fc)

3.17.0

3.17.0 (2023-12-19)

Bug Fixes

  • bulk-model-sync-lib: handle export more efficiently (277497f)
  • model-api: prefix was missing in serialization of PNodeReference (17744ca)
  • model-api: serialized referenced failed to resolve in PArea (a221c87)
  • model-client: IModelClientV2.runWrite creates the repository if it doesn't exist (f23903e)
  • model-datastructure: reverted accidental change in deserialization of references (f659204)

... (truncated)

Commits
  • 2bd3343 Merge pull request #390 from modelix/bugfix/objects-put-transactions
  • 1b00161 fix(model-server): use one large transaction when putting many values
  • 3f42ecd Merge pull request #388 from modelix/build/publish-debug
  • 2b5a4b7 ci: enable info logging in publish workflow as a debugging aid
  • 3d41891 Merge pull request #387 from modelix/feature/configurable-timeout-bulk-sync
  • faf2573 feat(bulk-model-sync-gradle): make request timeout configurable
  • 69b3a42 Merge pull request #386 from modelix/fix/misleading-import-log
  • 344f5d8 Merge pull request #384 from modelix/MODELIX-606
  • 1c385da fix(bulk-model-sync-gradle): clarify log messages during import
  • 7a06e9a fix: initialize the server ID
  • Additional commits viewable in compare view

Updates org.modelix:modelql-untyped from 3.15.1 to 3.18.2

Release notes

Sourced from org.modelix:modelql-untyped's releases.

3.18.2

3.18.2 (2024-01-03)

Bug Fixes

  • model-server: use one large transaction when putting many values (1b00161)

3.18.1

3.18.1 (2024-01-03)

3.18.0

3.18.0 (2024-01-02)

Features

  • bulk-model-sync-gradle: make request timeout configurable (faf2573)

3.17.2

3.17.2 (2024-01-02)

Bug Fixes

3.17.1

3.17.1 (2023-12-21)

Bug Fixes

  • bulk-model-sync-gradle: use longer HTTP request timeouts (9438e8e)
  • bulk-model-sync-lib: use carriage returns only on TTYs (3c5ad06)
  • model-client: make HTTP timeouts configurable in the builder (30b59fc)

3.17.0

3.17.0 (2023-12-19)

Bug Fixes

  • bulk-model-sync-lib: handle export more efficiently (277497f)
  • model-api: prefix was missing in serialization of PNodeReference (17744ca)
  • model-api: serialized referenced failed to resolve in PArea (a221c87)
  • model-client: IModelClientV2.runWrite creates the repository if it doesn't exist (f23903e)
  • model-datastructure: reverted accidental change in deserialization of references (f659204)

... (truncated)

Commits
  • 2bd3343 Merge pull request #390 from modelix/bugfix/objects-put-transactions
  • 1b00161 fix(model-server): use one large transaction when putting many values
  • 3f42ecd Merge pull request #388 from modelix/build/publish-debug
  • 2b5a4b7 ci: enable info logging in publish workflow as a debugging aid
  • 3d41891 Merge pull request #387 from modelix/feature/configurable-timeout-bulk-sync
  • faf2573 feat(bulk-model-sync-gradle): make request timeout configurable
  • 69b3a42 Merge pull request #386 from modelix/fix/misleading-import-log
  • 344f5d8 Merge pull request #384 from modelix/MODELIX-606
  • 1c385da fix(bulk-model-sync-gradle): clarify log messages during import
  • 7a06e9a fix: initialize the server ID
  • Additional commits viewable in compare view

Updates org.modelix:modelql-html from 3.15.1 to 3.18.2

Release notes

Sourced from org.modelix:modelql-html's releases.

3.18.2

3.18.2 (2024-01-03)

Bug Fixes

  • model-server: use one large transaction when putting many values (1b00161)

3.18.1

3.18.1 (2024-01-03)

3.18.0

3.18.0 (2024-01-02)

Features

  • bulk-model-sync-gradle: make request timeout configurable (faf2573)

3.17.2

3.17.2 (2024-01-02)

Bug Fixes

3.17.1

3.17.1 (2023-12-21)

Bug Fixes

  • bulk-model-sync-gradle: use longer HTTP request timeouts (9438e8e)
  • bulk-model-sync-lib: use carriage returns only on TTYs (3c5ad06)
  • model-client: make HTTP timeouts configurable in the builder (30b59fc)

3.17.0

3.17.0 (2023-12-19)

Bug Fixes

  • bulk-model-sync-lib: handle export more efficiently (277497f)
  • model-api: prefix was missing in serialization of PNodeReference (17744ca)
  • model-api: serialized referenced failed to resolve in PArea (a221c87)
  • model-client: IModelClientV2.runWrite creates the repository if it doesn't exist (f23903e)
  • model-datastructure: reverted accidental change in deserialization of references (f659204)

... (truncated)

Commits
  • 2bd3343 Merge pull request #390 from modelix/bugfix/objects-put-transactions
  • 1b00161 fix(model-server): use one large transaction when putting many values
  • 3f42ecd Merge pull request #388 from modelix/build/publish-debug
  • 2b5a4b7 ci: enable info logging in publish workflow as a debugging aid
  • 3d41891 Merge pull request #387 from modelix/feature/configurable-timeout-bulk-sync
  • faf2573 feat(bulk-model-sync-gradle): make request timeout configurable
  • 69b3a42 Merge pull request #386 from modelix/fix/misleading-import-log
  • 344f5d8 Merge pull request #384 from modelix/MODELIX-606
  • 1c385da fix(bulk-model-sync-gradle): clarify log messages during import
  • 7a06e9a fix: initialize the server ID
  • Additional commits viewable in compare view

Updates org.modelix:model-datastructure from 3.15.1 to 3.18.2

Release notes

Sourced from org.modelix:model-datastructure's releases.

3.18.2

3.18.2 (2024-01-03)

Bug Fixes

  • model-server: use one large transaction when putting many values (1b00161)

3.18.1

3.18.1 (2024-01-03)

3.18.0

3.18.0 (2024-01-02)

Features

  • bulk-model-sync-gradle: make request timeout configurable (faf2573)

3.17.2

3.17.2 (2024-01-02)

Bug Fixes

3.17.1

3.17.1 (2023-12-21)

Bug Fixes

  • bulk-model-sync-gradle: use longer HTTP request timeouts (9438e8e)
  • bulk-model-sync-lib: use carriage returns only on TTYs (3c5ad06)
  • model-client: make HTTP timeouts configurable in the builder (30b59fc)

3.17.0

3.17.0 (2023-12-19)

Bug Fixes

  • bulk-model-sync-lib: handle export more efficiently (277497f)
  • model-api: prefix was missing in serialization of PNodeReference (17744ca)
  • model-api: serialized referenced failed to resolve in PArea (a221c87)
  • model-client: IModelClientV2.runWrite creates the repository if it doesn't exist (f23903e)
  • model-datastructure: reverted accidental change in deserialization of references (f659204)

... (truncated)

Commits
  • 2bd3343 Merge pull request #390 from modelix/bugfix/objects-put-transactions
  • 1b00161 fix(model-server): use one large transaction when putting many values
  • 3f42ecd Merge pull request #388 from modelix/build/publish-debug
  • 2b5a4b7 ci: enable info logging in publish workflow as a debugging aid
  • 3d41891 Merge pull request

Bumps `modelixCore` from 3.15.1 to 3.18.2.

Updates `org.modelix:model-api` from 3.15.1 to 3.18.2
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@3.15.1...3.18.2)

Updates `org.modelix:model-api-gen-runtime` from 3.15.1 to 3.18.2
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@3.15.1...3.18.2)

Updates `org.modelix:light-model-client` from 3.15.1 to 3.18.2
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@3.15.1...3.18.2)

Updates `org.modelix:authorization` from 3.15.1 to 3.18.2
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@3.15.1...3.18.2)

Updates `org.modelix:model-client` from 3.15.1 to 3.18.2
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@3.15.1...3.18.2)

Updates `org.modelix:model-server` from 3.15.1 to 3.18.2
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@3.15.1...3.18.2)

Updates `org.modelix:modelql-core` from 3.15.1 to 3.18.2
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@3.15.1...3.18.2)

Updates `org.modelix:modelql-untyped` from 3.15.1 to 3.18.2
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@3.15.1...3.18.2)

Updates `org.modelix:modelql-html` from 3.15.1 to 3.18.2
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@3.15.1...3.18.2)

Updates `org.modelix:model-datastructure` from 3.15.1 to 3.18.2
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@3.15.1...3.18.2)

Updates `org.modelix.mps:model-adapters` from 3.15.1 to 3.18.2
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@3.15.1...3.18.2)

Updates `org.modelix.model-api-gen` from 3.15.1 to 3.18.2

---
updated-dependencies:
- dependency-name: org.modelix:model-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.modelix:model-api-gen-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.modelix:light-model-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- 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
- dependency-name: org.modelix:modelql-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.modelix:modelql-untyped
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.modelix:modelql-html
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.modelix:model-datastructure
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.modelix.mps:model-adapters
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.modelix.model-api-gen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 4, 2024

Superseded by #12.

@dependabot dependabot bot closed this Jan 4, 2024
@dependabot dependabot bot deleted the dependabot/gradle/modelixCore-3.18.2 branch January 4, 2024 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants