Skip to content

Commit 29993f1

Browse files
authored
📦 Update dependencies to support class file major version 69 (#587)
* 📦 Update dependencies to support class file major version 69 * Fix required changes * Update gradle wrapper to 9.3.0
1 parent 47f96a0 commit 29993f1

File tree

5 files changed

+8
-12
lines changed

5 files changed

+8
-12
lines changed

enigma/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ configurations {
33
}
44

55
dependencies {
6-
implementation 'org.ow2.asm:asm:9.7.1'
7-
implementation 'org.ow2.asm:asm-commons:9.7.1'
8-
implementation 'org.ow2.asm:asm-tree:9.7.1'
9-
implementation 'org.ow2.asm:asm-util:9.7.1'
6+
implementation 'org.ow2.asm:asm:9.9.1'
7+
implementation 'org.ow2.asm:asm-commons:9.9.1'
8+
implementation 'org.ow2.asm:asm-tree:9.9.1'
9+
implementation 'org.ow2.asm:asm-util:9.9.1'
1010

1111
implementation 'org.bitbucket.mstrobel:procyon-compilertools:0.6.0'
1212
implementation 'net.fabricmc:cfr:0.2.2'
13-
implementation 'org.vineflower:vineflower:1.10.1'
13+
implementation 'org.vineflower:vineflower:1.11.2'
1414

15-
proGuard 'com.guardsquare:proguard-base:7.4.0-beta02'
15+
proGuard 'com.guardsquare:proguard-base:7.8.2'
1616

1717
testImplementation 'com.google.jimfs:jimfs:1.2'
1818
}

gradle/wrapper/gradle-wrapper.jar

718 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)