@@ -3,15 +3,15 @@ import de.itemis.mps.gradle.downloadJBR.*
33import de.itemis.mps.gradle.tasks.*
44
55plugins {
6- id ' de.itemis.mps.gradle.common' version ' 1.29.1 .+'
7- id ' download-jbr' version ' 1.29.1 .+'
6+ id ' de.itemis.mps.gradle.common' version ' 1.29.2 .+'
7+ id ' download-jbr' version ' 1.29.2 .+'
88 id ' base'
99 id ' maven-publish'
1010 id ' co.riiid.gradle' version ' 0.4.2'
1111
12- id ' de.itemis.mps.gradle.launcher' version ' 2.5.2 .+'
12+ id ' de.itemis.mps.gradle.launcher' version ' 2.7.0 .+'
1313
14- id ' org.cyclonedx.bom' version ' 2.2.0 '
14+ id ' org.cyclonedx.bom' version ' 3.0.2 '
1515}
1616
1717ext. jbrVers = ' 21.0.6-b895.109'
@@ -64,21 +64,21 @@ configurations {
6464dependencies {
6565 // Use the following dependency for published releases:
6666 // mps 'com.jetbrains:mps:2025.1'
67- mps ' com.jetbrains.mps:mps-prerelease:251.23774.10102 '
67+ mps ' com.jetbrains.mps:mps-prerelease:253.28294.298 '
6868 antLib " org.apache.ant:ant-junit:1.10.15"
69- antLib " org.jacoco:org.jacoco.ant:0.8.13 "
69+ antLib " org.jacoco:org.jacoco.ant:0.8.14 "
7070
71- plantuml " net.sourceforge.plantuml:plantuml-asl:1.2025.2 "
71+ plantuml " net.sourceforge.plantuml:plantuml-asl:1.2025.10 "
7272
73- baseLib " org.apache.commons:commons-lang3:3.17 .0"
74- baseLib " commons-cli:commons-cli:1.10 .0"
75- baseLib " commons-io:commons-io:2.20 .0"
73+ baseLib " org.apache.commons:commons-lang3:3.19 .0"
74+ baseLib " commons-cli:commons-cli:1.11 .0"
75+ baseLib " commons-io:commons-io:2.21 .0"
7676
7777 treemap " net.sf.jtreemap:jtreemap:1.1.3"
7878 treemap " net.sf.jtreemap:ktreemap:1.1.0-atlassian-01"
7979
80- def asmVersion = " 9.8 "
81- def jacocoVersion = " 0.8.13 "
80+ def asmVersion = " 9.9 "
81+ def jacocoVersion = " 0.8.14 "
8282
8383 jacoco " org.ow2.asm:asm:$asmVersion "
8484 jacoco " org.ow2.asm:asm-commons:$asmVersion "
0 commit comments