chore: update gradle and dependencies

This commit is contained in:
Skylot 2021-12-24 12:53:30 +00:00
parent 99c70872c1
commit 5de46b7e40
No known key found for this signature in database
GPG Key ID: 1E23F5B52567AA39
4 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
plugins {
id 'com.github.ben-manes.versions' version '0.39.0'
id 'com.diffplug.spotless' version '6.0.2'
id 'com.diffplug.spotless' version '6.1.0'
}
ext.jadxVersion = System.getenv('JADX_VERSION') ?: "dev"
@ -30,9 +30,9 @@ allprojects {
implementation 'org.slf4j:slf4j-api:1.7.32'
compileOnly 'org.jetbrains:annotations:23.0.0'
testImplementation 'ch.qos.logback:logback-classic:1.2.8'
testImplementation 'ch.qos.logback:logback-classic:1.2.10'
testImplementation 'org.hamcrest:hamcrest-library:2.2'
testImplementation 'org.mockito:mockito-core:4.1.0'
testImplementation 'org.mockito:mockito-core:4.2.0'
testImplementation 'org.assertj:assertj-core:3.21.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=9afb3ca688fc12c761a0e9e4321e4d24e977a4a8916c8a768b1fe05ddb4d6b66
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
distributionSha256Sum=b586e04868a22fd817c8971330fec37e298f3242eb85c374181b12d637f80302
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View File

@ -11,7 +11,7 @@ dependencies {
runtimeOnly(project(':jadx-plugins:jadx-smali-input'))
implementation 'com.beust:jcommander:1.81'
implementation 'ch.qos.logback:logback-classic:1.2.8'
implementation 'ch.qos.logback:logback-classic:1.2.10'
}
application {

View File

@ -10,7 +10,7 @@ dependencies {
implementation(project(":jadx-cli"))
implementation 'com.beust:jcommander:1.81'
implementation 'ch.qos.logback:logback-classic:1.2.8'
implementation 'ch.qos.logback:logback-classic:1.2.10'
implementation 'com.fifesoft:rsyntaxtextarea:3.1.4'
implementation files('libs/jfontchooser-1.0.5.jar')