diff options
| author | 2018-10-27 00:51:21 +0200 | |
|---|---|---|
| committer | 2018-10-27 00:51:30 +0200 | |
| commit | 39f2f2e73dfec20faef67f957e92452617ceda11 (patch) | |
| tree | 3d6626dfff2cc3e0e75b7f0edca7b90899fefc29 /build.gradle | |
| parent | remove parallelStreams on non-thread-safe ooperations in rebuildMethodNames, ... (diff) | |
| download | enigma-39f2f2e73dfec20faef67f957e92452617ceda11.tar.gz enigma-39f2f2e73dfec20faef67f957e92452617ceda11.tar.xz enigma-39f2f2e73dfec20faef67f957e92452617ceda11.zip | |
update gson, fix argument indexing, delete empty class mappings
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index bcafc1c8..2a9d2a4e 100644 --- a/build.gradle +++ b/build.gradle | |||
| @@ -66,7 +66,7 @@ configurations { | |||
| 66 | dependencies { | 66 | dependencies { |
| 67 | compile 'com.google.guava:guava:23.+' | 67 | compile 'com.google.guava:guava:23.+' |
| 68 | compile 'org.bitbucket.mstrobel:procyon-compilertools:0.5.33.8-enigma' | 68 | compile 'org.bitbucket.mstrobel:procyon-compilertools:0.5.33.8-enigma' |
| 69 | compile 'com.google.code.gson:gson:2.8.1' | 69 | compile 'com.google.code.gson:gson:2.8.5' |
| 70 | compile 'org.ow2.asm:asm:6.2.1' | 70 | compile 'org.ow2.asm:asm:6.2.1' |
| 71 | compile 'org.ow2.asm:asm-analysis:6.2.1' | 71 | compile 'org.ow2.asm:asm-analysis:6.2.1' |
| 72 | compile 'org.ow2.asm:asm-commons:6.2.1' | 72 | compile 'org.ow2.asm:asm-commons:6.2.1' |