diff --git a/build.gradle b/build.gradle index 86e2ac728..5dd220e8b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'com.github.ben-manes.versions' version '0.39.0' - id 'com.diffplug.spotless' version '5.17.0' + id 'com.diffplug.spotless' version '6.0.0' } ext.jadxVersion = System.getenv('JADX_VERSION') ?: "dev" @@ -37,7 +37,7 @@ allprojects { dependencies { implementation 'org.slf4j:slf4j-api:1.7.32' - compileOnly 'org.jetbrains:annotations:22.0.0' + compileOnly 'org.jetbrains:annotations:23.0.0' testImplementation 'ch.qos.logback:logback-classic:1.2.6' testImplementation 'org.hamcrest:hamcrest-library:2.2' @@ -48,7 +48,7 @@ allprojects { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1' testImplementation 'org.eclipse.jdt.core.compiler:ecj:4.6.1' - testCompileOnly 'org.jetbrains:annotations:22.0.0' + testCompileOnly 'org.jetbrains:annotations:23.0.0' } test { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a2e01c0df..e64c4192a 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=f581709a9c35e9cb92e16f585d2c4bc99b2b1a5f85d2badbd3dc6bff59e1e6dd -distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip +distributionSha256Sum=de8f52ad49bdc759164f72439a3bf56ddb1589c4cde802d3cec7d6ad0e0ee410 +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/jadx-core/build.gradle b/jadx-core/build.gradle index 564b285a5..904c60b0b 100644 --- a/jadx-core/build.gradle +++ b/jadx-core/build.gradle @@ -5,7 +5,7 @@ plugins { dependencies { api(project(':jadx-plugins:jadx-plugins-api')) - implementation 'com.google.code.gson:gson:2.8.8' + implementation 'com.google.code.gson:gson:2.8.9' implementation 'com.android.tools.build:aapt2-proto:4.2.1-7147631' constraints { // Force protobuf version to prevent Java-7 issue diff --git a/jadx-gui/build.gradle b/jadx-gui/build.gradle index 7a800bd36..0282d703c 100644 --- a/jadx-gui/build.gradle +++ b/jadx-gui/build.gradle @@ -19,9 +19,9 @@ dependencies { implementation 'com.formdev:flatlaf-intellij-themes:1.6.1' implementation 'com.formdev:flatlaf-extras:1.6.1' implementation 'com.formdev:svgSalamander:1.1.2.4' - implementation 'org.reflections:reflections:0.10.1' + implementation 'org.reflections:reflections:0.10.2' - implementation 'com.google.code.gson:gson:2.8.8' + implementation 'com.google.code.gson:gson:2.8.9' implementation 'org.apache.commons:commons-lang3:3.12.0' implementation 'org.apache.commons:commons-text:1.9'