mirror of
https://github.com/skylot/jadx.git
synced 2024-11-26 22:20:50 +00:00
chore: update dependencies
This commit is contained in:
parent
3814951408
commit
2d10537050
@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20")
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21")
|
||||
|
||||
implementation("org.openrewrite:plugin:6.19.1")
|
||||
}
|
||||
|
@ -14,16 +14,16 @@ version = jadxVersion
|
||||
|
||||
dependencies {
|
||||
implementation("org.slf4j:slf4j-api:2.0.16")
|
||||
compileOnly("org.jetbrains:annotations:25.0.0")
|
||||
compileOnly("org.jetbrains:annotations:26.0.0")
|
||||
|
||||
testImplementation("ch.qos.logback:logback-classic:1.5.8")
|
||||
testImplementation("ch.qos.logback:logback-classic:1.5.9")
|
||||
testImplementation("org.assertj:assertj-core:3.26.3")
|
||||
testImplementation("org.mockito:mockito-core:5.14.0")
|
||||
testImplementation("org.mockito:mockito-core:5.14.1")
|
||||
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
|
||||
testCompileOnly("org.jetbrains:annotations:25.0.0")
|
||||
testCompileOnly("org.jetbrains:annotations:26.0.0")
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
@ -9,10 +9,10 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:2.19.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:2.14.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-migrate-java:2.26.1")
|
||||
rewrite("org.openrewrite.recipe:rewrite-static-analysis:1.17.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:2.20.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:2.15.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-migrate-java:2.27.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-static-analysis:1.18.0")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
@ -3,7 +3,7 @@ plugins {
|
||||
id("application")
|
||||
|
||||
// use shadow only for application scripts, jar will be copied from jadx-gui
|
||||
id("com.gradleup.shadow") version "8.3.2"
|
||||
id("com.gradleup.shadow") version "8.3.3"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@ -22,7 +22,7 @@ dependencies {
|
||||
runtimeOnly(project(":jadx-plugins:jadx-aab-input"))
|
||||
|
||||
implementation("org.jcommander:jcommander:2.0")
|
||||
implementation("ch.qos.logback:logback-classic:1.5.8")
|
||||
implementation("ch.qos.logback:logback-classic:1.5.9")
|
||||
}
|
||||
|
||||
application {
|
||||
|
@ -2,7 +2,7 @@ plugins {
|
||||
id("jadx-kotlin")
|
||||
id("application")
|
||||
id("edu.sc.seis.launch4j") version "3.0.6"
|
||||
id("com.gradleup.shadow") version "8.3.2"
|
||||
id("com.gradleup.shadow") version "8.3.3"
|
||||
id("org.beryx.runtime") version "1.13.1"
|
||||
}
|
||||
|
||||
@ -26,7 +26,7 @@ dependencies {
|
||||
implementation("com.pinterest.ktlint:ktlint-ruleset-standard:1.3.1")
|
||||
|
||||
implementation("org.jcommander:jcommander:2.0")
|
||||
implementation("ch.qos.logback:logback-classic:1.5.8")
|
||||
implementation("ch.qos.logback:logback-classic:1.5.9")
|
||||
|
||||
implementation("com.fifesoft:rsyntaxtextarea:3.4.1")
|
||||
implementation(files("libs/jfontchooser-1.0.5.jar"))
|
||||
@ -43,7 +43,7 @@ dependencies {
|
||||
|
||||
implementation("io.reactivex.rxjava2:rxjava:2.2.21")
|
||||
implementation("com.github.akarnokd:rxjava2-swing:0.3.7")
|
||||
implementation("com.android.tools.build:apksig:8.6.1")
|
||||
implementation("com.android.tools.build:apksig:8.7.0")
|
||||
implementation("io.github.skylot:jdwp:2.0.0")
|
||||
|
||||
testImplementation(project(":jadx-core").dependencyProject.sourceSets.getByName("test").output)
|
||||
|
@ -5,7 +5,7 @@ plugins {
|
||||
dependencies {
|
||||
compileOnly(project(":jadx-core"))
|
||||
|
||||
implementation("com.android.tools.build:aapt2-proto:8.6.1-11315950")
|
||||
implementation("com.android.tools.build:aapt2-proto:8.7.0-12006047")
|
||||
implementation("com.google.protobuf:protobuf-java") {
|
||||
version {
|
||||
require("3.25.3") // version 4 conflict with `aapt2-proto`
|
||||
|
@ -9,5 +9,5 @@ dependencies {
|
||||
implementation("com.jakewharton.android.repackaged:dalvik-dx:14.0.0_r21")
|
||||
implementation("com.android.tools:r8:8.5.35")
|
||||
|
||||
implementation("org.ow2.asm:asm:9.7")
|
||||
implementation("org.ow2.asm:asm:9.7.1")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user