summaryrefslogtreecommitdiff
path: root/enigma
diff options
context:
space:
mode:
authorGravatar modmuss2023-11-19 14:43:06 +0000
committerGravatar GitHub2023-11-19 14:43:06 +0000
commitc675acfff352e37bf7dec102437b47d3c8c5a52d (patch)
tree300a39d8a861f831bde2732161cb5b0b54d5ba0a /enigma
parentBump version (diff)
downloadenigma-fork-c675acfff352e37bf7dec102437b47d3c8c5a52d.tar.gz
enigma-fork-c675acfff352e37bf7dec102437b47d3c8c5a52d.tar.xz
enigma-fork-c675acfff352e37bf7dec102437b47d3c8c5a52d.zip
Update deps (#535)
Diffstat (limited to 'enigma')
-rw-r--r--enigma/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/enigma/build.gradle b/enigma/build.gradle
index 8cbfec2..cabea13 100644
--- a/enigma/build.gradle
+++ b/enigma/build.gradle
@@ -3,15 +3,15 @@ configurations {
3} 3}
4 4
5dependencies { 5dependencies {
6 implementation 'org.ow2.asm:asm:9.4' 6 implementation 'org.ow2.asm:asm:9.6'
7 implementation 'org.ow2.asm:asm-commons:9.4' 7 implementation 'org.ow2.asm:asm-commons:9.6'
8 implementation 'org.ow2.asm:asm-tree:9.4' 8 implementation 'org.ow2.asm:asm-tree:9.6'
9 implementation 'org.ow2.asm:asm-util:9.4' 9 implementation 'org.ow2.asm:asm-util:9.6'
10 10
11 implementation 'org.bitbucket.mstrobel:procyon-compilertools:0.6.0' 11 implementation 'org.bitbucket.mstrobel:procyon-compilertools:0.6.0'
12 implementation 'net.fabricmc:cfr:0.2.1' 12 implementation 'net.fabricmc:cfr:0.2.1'
13 13
14 proGuard 'com.guardsquare:proguard-base:7.3.0' 14 proGuard 'com.guardsquare:proguard-base:7.4.0-beta02'
15 15
16 testImplementation 'com.google.jimfs:jimfs:1.2' 16 testImplementation 'com.google.jimfs:jimfs:1.2'
17} 17}