From c675acfff352e37bf7dec102437b47d3c8c5a52d Mon Sep 17 00:00:00 2001 From: modmuss Date: Sun, 19 Nov 2023 14:43:06 +0000 Subject: Update deps (#535) --- enigma/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'enigma') 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 { } dependencies { - implementation 'org.ow2.asm:asm:9.4' - implementation 'org.ow2.asm:asm-commons:9.4' - implementation 'org.ow2.asm:asm-tree:9.4' - implementation 'org.ow2.asm:asm-util:9.4' + implementation 'org.ow2.asm:asm:9.6' + implementation 'org.ow2.asm:asm-commons:9.6' + implementation 'org.ow2.asm:asm-tree:9.6' + implementation 'org.ow2.asm:asm-util:9.6' implementation 'org.bitbucket.mstrobel:procyon-compilertools:0.6.0' implementation 'net.fabricmc:cfr:0.2.1' - proGuard 'com.guardsquare:proguard-base:7.3.0' + proGuard 'com.guardsquare:proguard-base:7.4.0-beta02' testImplementation 'com.google.jimfs:jimfs:1.2' } -- cgit v1.2.3