From 86856a69d7cd4f018dc0652d6d7bd932415c786a Mon Sep 17 00:00:00 2001 From: Goooler Date: Sat, 18 Dec 2021 14:31:04 -0800 Subject: [PATCH] Update dependencies (#2715) * Bump gradle to 7.3.1 * Update dependencies * Gradle 7.3.2 --- build.gradle | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 8fb1f69417..6baf292fac 100644 --- a/build.gradle +++ b/build.gradle @@ -19,11 +19,11 @@ buildscript { ext { depends = [ baksmali : 'org.smali:baksmali:2.5.2', - commons_cli : 'commons-cli:commons-cli:1.4', + commons_cli : 'commons-cli:commons-cli:1.5.0', commons_io : 'commons-io:commons-io:2.11.0', commons_lang : 'org.apache.commons:commons-lang3:3.12.0', commons_text : 'org.apache.commons:commons-text:1.9', - guava : 'com.google.guava:guava:30.1.1-jre', + guava : 'com.google.guava:guava:31.0.1-jre', junit : 'junit:junit:4.13.2', proguard_gradle: 'com.guardsquare:proguard-gradle:7.1.1', snakeyaml : 'org.yaml:snakeyaml:1.29:android', @@ -38,7 +38,7 @@ buildscript { gradlePluginPortal() } dependencies { - classpath "gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0" + classpath "gradle.plugin.com.github.johnrengelman:shadow:7.1.0" classpath "gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.16.1" } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a0f7639f7d..ac0b842f19 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists