chore: update dependencies
This commit is contained in:
@@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.10")
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20")
|
||||
|
||||
implementation("org.openrewrite:plugin:6.19.1")
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ dependencies {
|
||||
|
||||
testImplementation("ch.qos.logback:logback-classic:1.5.7")
|
||||
testImplementation("org.assertj:assertj-core:3.26.3")
|
||||
testImplementation("org.mockito:mockito-core:5.12.0")
|
||||
testImplementation("org.mockito:mockito-core:5.13.0")
|
||||
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
|
||||
@@ -9,10 +9,10 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:2.16.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:2.12.1")
|
||||
rewrite("org.openrewrite.recipe:rewrite-migrate-java:2.22.1")
|
||||
rewrite("org.openrewrite.recipe:rewrite-static-analysis:1.14.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:2.17.1")
|
||||
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:2.12.2")
|
||||
rewrite("org.openrewrite.recipe:rewrite-migrate-java:2.23.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-static-analysis:1.15.0")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
||||
@@ -20,7 +20,7 @@ dependencies {
|
||||
runtimeOnly(project(":jadx-plugins:jadx-xapk-input"))
|
||||
runtimeOnly(project(":jadx-plugins:jadx-aab-input"))
|
||||
|
||||
implementation("org.jcommander:jcommander:1.84")
|
||||
implementation("org.jcommander:jcommander:2.0")
|
||||
implementation("ch.qos.logback:logback-classic:1.5.7")
|
||||
}
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies {
|
||||
|
||||
implementation("com.google.code.gson:gson:2.11.0")
|
||||
|
||||
testImplementation("org.apache.commons:commons-lang3:3.16.0")
|
||||
testImplementation("org.apache.commons:commons-lang3:3.17.0")
|
||||
|
||||
testImplementation(project(":jadx-plugins:jadx-dex-input"))
|
||||
testRuntimeOnly(project(":jadx-plugins:jadx-smali-input"))
|
||||
|
||||
@@ -25,7 +25,7 @@ dependencies {
|
||||
implementation("com.pinterest.ktlint:ktlint-rule-engine:1.3.1")
|
||||
implementation("com.pinterest.ktlint:ktlint-ruleset-standard:1.3.1")
|
||||
|
||||
implementation("org.jcommander:jcommander:1.84")
|
||||
implementation("org.jcommander:jcommander:2.0")
|
||||
implementation("ch.qos.logback:logback-classic:1.5.7")
|
||||
|
||||
implementation("com.fifesoft:rsyntaxtextarea:3.4.1")
|
||||
@@ -37,13 +37,13 @@ dependencies {
|
||||
implementation("com.formdev:flatlaf-extras:3.5.1")
|
||||
|
||||
implementation("com.google.code.gson:gson:2.11.0")
|
||||
implementation("org.apache.commons:commons-lang3:3.16.0")
|
||||
implementation("org.apache.commons:commons-lang3:3.17.0")
|
||||
implementation("org.apache.commons:commons-text:1.12.0")
|
||||
implementation("commons-io:commons-io:2.16.1")
|
||||
|
||||
implementation("io.reactivex.rxjava2:rxjava:2.2.21")
|
||||
implementation("com.github.akarnokd:rxjava2-swing:0.3.7")
|
||||
implementation("com.android.tools.build:apksig:8.5.2")
|
||||
implementation("com.android.tools.build:apksig:8.6.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.5.2-11315950")
|
||||
implementation("com.android.tools.build:aapt2-proto:8.6.0-11315950")
|
||||
implementation("com.google.protobuf:protobuf-java") {
|
||||
version {
|
||||
require("3.25.3") // version 4 conflict with `aapt2-proto`
|
||||
|
||||
@@ -9,7 +9,7 @@ dependencies {
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.9.0")
|
||||
|
||||
testImplementation(project(":jadx-core").dependencyProject.sourceSets.test.get().output)
|
||||
testImplementation("org.apache.commons:commons-lang3:3.16.0")
|
||||
testImplementation("org.apache.commons:commons-lang3:3.17.0")
|
||||
|
||||
testRuntimeOnly(project(":jadx-plugins:jadx-smali-input"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user