mirror of
https://github.com/skylot/jadx.git
synced 2024-11-23 12:50:02 +00:00
chore: update gradle and dependencies
This commit is contained in:
parent
56683ac409
commit
2d6f819c86
@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id 'com.github.ben-manes.versions' version '0.39.0'
|
||||
id 'com.diffplug.spotless' version '6.0.0'
|
||||
id 'com.diffplug.spotless' version '6.0.2'
|
||||
}
|
||||
|
||||
ext.jadxVersion = System.getenv('JADX_VERSION') ?: "dev"
|
||||
@ -44,8 +44,8 @@ allprojects {
|
||||
testImplementation 'org.mockito:mockito-core:4.1.0'
|
||||
testImplementation 'org.assertj:assertj-core:3.21.0'
|
||||
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
|
||||
|
||||
testImplementation 'org.eclipse.jdt.core.compiler:ecj:4.6.1'
|
||||
testCompileOnly 'org.jetbrains:annotations:23.0.0'
|
||||
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionSha256Sum=de8f52ad49bdc759164f72439a3bf56ddb1589c4cde802d3cec7d6ad0e0ee410
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
|
||||
distributionSha256Sum=9afb3ca688fc12c761a0e9e4321e4d24e977a4a8916c8a768b1fe05ddb4d6b66
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
@ -12,14 +12,14 @@ dependencies {
|
||||
implementation 'com.beust:jcommander:1.81'
|
||||
implementation 'ch.qos.logback:logback-classic:1.2.7'
|
||||
|
||||
implementation 'com.fifesoft:rsyntaxtextarea:3.1.3'
|
||||
implementation 'com.fifesoft:rsyntaxtextarea:3.1.4'
|
||||
implementation files('libs/jfontchooser-1.0.5.jar')
|
||||
implementation 'hu.kazocsaba:image-viewer:1.2.3'
|
||||
|
||||
implementation 'com.formdev:flatlaf:1.6.4'
|
||||
implementation 'com.formdev:flatlaf-intellij-themes:1.6.4'
|
||||
implementation 'com.formdev:flatlaf-extras:1.6.4'
|
||||
implementation 'com.formdev:svgSalamander:1.1.2.4'
|
||||
implementation 'com.formdev:flatlaf:1.6.5'
|
||||
implementation 'com.formdev:flatlaf-intellij-themes:1.6.5'
|
||||
implementation 'com.formdev:flatlaf-extras:1.6.5'
|
||||
implementation 'com.formdev:svgSalamander:1.1.3'
|
||||
|
||||
implementation 'com.google.code.gson:gson:2.8.9'
|
||||
implementation 'org.apache.commons:commons-lang3:3.12.0'
|
||||
|
Loading…
Reference in New Issue
Block a user