From 8646abaae6d7cf4f88866dc3434bf2b8965657fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 04:28:06 +0000 Subject: [PATCH] build(deps): bump de.itemis.mps.gradle.common Bumps [de.itemis.mps.gradle.common](https://github.com/mbeddr/mps-gradle-plugin) from 1.29.1.+ to 1.29.2.1.fd9c9f8. - [Commits](https://github.com/mbeddr/mps-gradle-plugin/commits) --- updated-dependencies: - dependency-name: de.itemis.mps.gradle.common dependency-version: 1.29.2.1.fd9c9f8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f5bc99a7..8753f5da 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ import de.itemis.mps.gradle.downloadJBR.* import de.itemis.mps.gradle.tasks.* plugins { - id 'de.itemis.mps.gradle.common' version '1.29.1.+' + id 'de.itemis.mps.gradle.common' version '1.29.2.+' id 'download-jbr' version '1.29.1.+' id 'base' id 'maven-publish'