@@ -13,7 +13,7 @@ plugins {
1313
1414 id(" de.itemis.mps.gradle.launcher" ) version " 2.7.0.+"
1515
16- id(" org.cyclonedx.bom" ) version " 2.2.0 "
16+ id(" org.cyclonedx.bom" ) version " 3.0.2 "
1717}
1818
1919val jbrVers = " 21.0.6-b895.109"
@@ -63,19 +63,19 @@ val jacoco by configurations.creating { isTransitive = false }
6363dependencies {
6464 // Use the following dependency for published releases:
6565 // mps("com.jetbrains:mps:$mpsVersion")
66- mps(" com.jetbrains.mps:mps-prerelease:251.23774.10102 " )
66+ mps(" com.jetbrains.mps:mps-prerelease:253.28294.10008 " )
6767
68- plantuml(" net.sourceforge.plantuml:plantuml-asl:1.2025.2 " )
68+ plantuml(" net.sourceforge.plantuml:plantuml-asl:1.2025.10 " )
6969
70- baseLib(" org.apache.commons:commons-lang3:3.17 .0" )
71- baseLib(" commons-cli:commons-cli:1.10 .0" )
72- baseLib(" commons-io:commons-io:2.20 .0" )
70+ baseLib(" org.apache.commons:commons-lang3:3.20 .0" )
71+ baseLib(" commons-cli:commons-cli:1.11 .0" )
72+ baseLib(" commons-io:commons-io:2.21 .0" )
7373
7474 treemap(" net.sf.jtreemap:jtreemap:1.1.3" )
7575 treemap(" net.sf.jtreemap:ktreemap:1.1.0-atlassian-01" )
7676
77- val asmVersion = " 9.8 "
78- val jacocoVersion = " 0.8.13 "
77+ val asmVersion = " 9.9 "
78+ val jacocoVersion = " 0.8.14 "
7979
8080 jacoco(" org.ow2.asm:asm:$asmVersion " )
8181 jacoco(" org.ow2.asm:asm-commons:$asmVersion " )
0 commit comments