diff --git a/build.gradle b/build.gradle index 7836dd878..c69f5fe00 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'com.github.ben-manes.versions' version '0.42.0' - id 'com.diffplug.spotless' version '6.8.0' + id 'com.diffplug.spotless' version '6.9.1' } ext.jadxVersion = System.getenv('JADX_VERSION') ?: "dev" @@ -31,11 +31,11 @@ allprojects { testImplementation 'ch.qos.logback:logback-classic:1.2.11' testImplementation 'org.hamcrest:hamcrest-library:2.2' - testImplementation 'org.mockito:mockito-core:4.6.1' + testImplementation 'org.mockito:mockito-core:4.7.0' testImplementation 'org.assertj:assertj-core:3.23.1' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0' testCompileOnly 'org.jetbrains:annotations:23.0.0' } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 012d6d904..b916c04db 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=cb87f222c5585bd46838ad4db78463a5c5f3d336e5e2b98dc7c0c586527351c2 -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip +distributionSha256Sum=f6b8596b10cce501591e92f229816aa4046424f3b24d771751b06779d58c8ec4 +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/jadx-core/build.gradle b/jadx-core/build.gradle index cd5fd68a1..9cfee5a4c 100644 --- a/jadx-core/build.gradle +++ b/jadx-core/build.gradle @@ -5,11 +5,11 @@ plugins { dependencies { api(project(':jadx-plugins:jadx-plugins-api')) - implementation 'com.google.code.gson:gson:2.9.0' + implementation 'com.google.code.gson:gson:2.9.1' // TODO: move resources decoding to separate plugin module - implementation 'com.android.tools.build:aapt2-proto:7.2.1-7984345' - implementation 'com.google.protobuf:protobuf-java:3.21.2' // forcing latest version + implementation 'com.android.tools.build:aapt2-proto:7.2.2-7984345' + implementation 'com.google.protobuf:protobuf-java:3.21.5' // forcing latest version testImplementation 'org.apache.commons:commons-lang3:3.12.0' diff --git a/jadx-gui/build.gradle b/jadx-gui/build.gradle index 392917527..c7cc3e275 100644 --- a/jadx-gui/build.gradle +++ b/jadx-gui/build.gradle @@ -20,13 +20,13 @@ dependencies { implementation 'com.formdev:flatlaf-extras:2.4' implementation 'com.formdev:svgSalamander:1.1.3' - implementation 'com.google.code.gson:gson:2.9.0' + implementation 'com.google.code.gson:gson:2.9.1' implementation 'org.apache.commons:commons-lang3:3.12.0' implementation 'org.apache.commons:commons-text:1.9' implementation 'io.reactivex.rxjava2:rxjava:2.2.21' implementation "com.github.akarnokd:rxjava2-swing:0.3.7" - implementation 'com.android.tools.build:apksig:7.2.1' + implementation 'com.android.tools.build:apksig:7.2.2' implementation 'io.github.hqktech:jdwp:1.0' // TODO: Switch back to upstream once this PR gets merged: