From 4a899401316a9bbf502a65e18b341fe58734e88a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 19:23:52 +0000 Subject: [PATCH] Bump org.modelix:core-version-catalog from 3.3.4 to 3.6.0 Bumps [org.modelix:core-version-catalog](https://github.com/modelix/modelix.core) from 3.3.4 to 3.6.0. - [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/3.3.4...3.6.0) --- updated-dependencies: - dependency-name: org.modelix:core-version-catalog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 211dc24c..c8494858 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -14,7 +14,7 @@ pluginManagement { } versionCatalogs { create("coreLibs") { - from("org.modelix:core-version-catalog:3.3.4") + from("org.modelix:core-version-catalog:3.6.0") } } }