未验证 提交 12ef29be 编写于 作者: S Skylot

chore: update gradle and dependencies

上级 22ed241d
plugins { plugins {
id 'com.github.ben-manes.versions' version '0.43.0' id 'com.github.ben-manes.versions' version '0.44.0'
id 'com.diffplug.spotless' version '6.11.0' id 'com.diffplug.spotless' version '6.12.0'
} }
ext.jadxVersion = System.getenv('JADX_VERSION') ?: "dev" ext.jadxVersion = System.getenv('JADX_VERSION') ?: "dev"
...@@ -26,18 +26,18 @@ allprojects { ...@@ -26,18 +26,18 @@ allprojects {
} }
dependencies { dependencies {
implementation 'org.slf4j:slf4j-api:2.0.3' implementation 'org.slf4j:slf4j-api:2.0.5'
compileOnly 'org.jetbrains:annotations:23.0.0' compileOnly 'org.jetbrains:annotations:23.1.0'
testImplementation 'ch.qos.logback:logback-classic:1.3.4' testImplementation 'ch.qos.logback:logback-classic:1.3.5'
testImplementation 'org.hamcrest:hamcrest-library:2.2' testImplementation 'org.hamcrest:hamcrest-library:2.2'
testImplementation 'org.mockito:mockito-core:4.8.0' testImplementation 'org.mockito:mockito-core:4.9.0'
testImplementation 'org.assertj:assertj-core:3.23.1' testImplementation 'org.assertj:assertj-core:3.23.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1'
testCompileOnly 'org.jetbrains:annotations:23.0.0' testCompileOnly 'org.jetbrains:annotations:23.1.0'
} }
test { test {
......
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionSha256Sum=f6b8596b10cce501591e92f229816aa4046424f3b24d771751b06779d58c8ec4 distributionSha256Sum=7ba68c54029790ab444b39d7e293d3236b2632631fb5f2e012bb28b4ff669e4b
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
...@@ -11,7 +11,7 @@ dependencies { ...@@ -11,7 +11,7 @@ dependencies {
runtimeOnly(project(':jadx-plugins:jadx-smali-input')) runtimeOnly(project(':jadx-plugins:jadx-smali-input'))
implementation 'com.beust:jcommander:1.82' implementation 'com.beust:jcommander:1.82'
implementation 'ch.qos.logback:logback-classic:1.3.4' implementation 'ch.qos.logback:logback-classic:1.3.5'
} }
application { application {
......
...@@ -5,11 +5,11 @@ plugins { ...@@ -5,11 +5,11 @@ plugins {
dependencies { dependencies {
api(project(':jadx-plugins:jadx-plugins-api')) api(project(':jadx-plugins:jadx-plugins-api'))
implementation 'com.google.code.gson:gson:2.9.1' implementation 'com.google.code.gson:gson:2.10'
// TODO: move resources decoding to separate plugin module // TODO: move resources decoding to separate plugin module
implementation 'com.android.tools.build:aapt2-proto:7.3.1-8691043' implementation 'com.android.tools.build:aapt2-proto:7.3.1-8691043'
implementation 'com.google.protobuf:protobuf-java:3.21.8' // forcing latest version implementation 'com.google.protobuf:protobuf-java:3.21.11' // forcing latest version
testImplementation 'org.apache.commons:commons-lang3:3.12.0' testImplementation 'org.apache.commons:commons-lang3:3.12.0'
...@@ -19,8 +19,8 @@ dependencies { ...@@ -19,8 +19,8 @@ dependencies {
testRuntimeOnly(project(':jadx-plugins:jadx-java-input')) testRuntimeOnly(project(':jadx-plugins:jadx-java-input'))
testRuntimeOnly(project(':jadx-plugins:jadx-raung-input')) testRuntimeOnly(project(':jadx-plugins:jadx-raung-input'))
testImplementation 'org.eclipse.jdt:ecj:3.31.0' testImplementation 'org.eclipse.jdt:ecj:3.32.0'
testImplementation 'tools.profiler:async-profiler:1.8.3' testImplementation 'tools.profiler:async-profiler:2.9'
} }
test { test {
......
plugins { plugins {
id 'application' id 'application'
id 'edu.sc.seis.launch4j' version '2.5.3' id 'edu.sc.seis.launch4j' version '2.5.4'
id 'com.github.johnrengelman.shadow' version '7.1.2' id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'org.beryx.runtime' version '1.12.7' id 'org.beryx.runtime' version '1.12.7'
} }
...@@ -9,7 +9,7 @@ dependencies { ...@@ -9,7 +9,7 @@ dependencies {
implementation(project(':jadx-core')) implementation(project(':jadx-core'))
implementation(project(":jadx-cli")) implementation(project(":jadx-cli"))
implementation 'com.beust:jcommander:1.82' implementation 'com.beust:jcommander:1.82'
implementation 'ch.qos.logback:logback-classic:1.3.4' implementation 'ch.qos.logback:logback-classic:1.3.5'
implementation 'com.fifesoft:rsyntaxtextarea:3.3.0' implementation 'com.fifesoft:rsyntaxtextarea:3.3.0'
implementation files('libs/jfontchooser-1.0.5.jar') implementation files('libs/jfontchooser-1.0.5.jar')
...@@ -20,7 +20,7 @@ dependencies { ...@@ -20,7 +20,7 @@ dependencies {
implementation 'com.formdev:flatlaf-extras:2.6' implementation 'com.formdev:flatlaf-extras:2.6'
implementation 'com.formdev:svgSalamander:1.1.4' implementation 'com.formdev:svgSalamander:1.1.4'
implementation 'com.google.code.gson:gson:2.9.1' implementation 'com.google.code.gson:gson:2.10'
implementation 'org.apache.commons:commons-lang3:3.12.0' implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'org.apache.commons:commons-text:1.10.0' implementation 'org.apache.commons:commons-text:1.10.0'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册