Skip to content

Commit 2cd3dbf

Browse files
fix(deps): update all
1 parent bf4a89d commit 2cd3dbf

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.github/workflows/build_mpsqa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2727

2828
- name: Set up JDK
29-
uses: actions/setup-java@v4
29+
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
3030
with:
3131
java-version: 17
3232
distribution: temurin
3333

3434
- name: Set up Gradle
35-
uses: gradle/actions/setup-gradle@v4
35+
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5
3636

3737
- name: Build MPS-QA and migrate
3838
run: |

build.gradle

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ import de.itemis.mps.gradle.downloadJBR.*
33
import de.itemis.mps.gradle.tasks.*
44

55
plugins {
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

1717
ext.jbrVers = '21.0.6-b895.109'
@@ -64,21 +64,21 @@ configurations {
6464
dependencies {
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"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=20f1b1176237254a6fc204d8434196fa11a4cfb387567519c61556e8710aed78
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionSha256Sum=df67a32e86e3276d011735facb1535f64d0d88df84fa87521e90becc2d735444
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)