chore: update gradle and dependencies

This commit is contained in:
Skylot
2025-05-01 19:21:47 +01:00
parent 62835fbade
commit f6e12d71a0
13 changed files with 19 additions and 19 deletions
@@ -7,10 +7,10 @@ repositories {
}
dependencies {
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:3.6.1")
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:3.6.1")
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.7.0")
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.7.1")
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:3.7.0")
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:3.7.0")
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.8.0")
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.8.0")
}
tasks {
+2 -2
View File
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=20f1b1176237254a6fc204d8434196fa11a4cfb387567519c61556e8710aed78
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
distributionSha256Sum=61ad310d3c7d3e5da131b76bbf22b5a4c0786e9d892dae8c1658d4b484de3caa
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
+1 -1
View File
@@ -6,7 +6,7 @@ dependencies {
api(project(":jadx-plugins:jadx-input-api"))
api(project(":jadx-commons:jadx-zip"))
implementation("com.google.code.gson:gson:2.13.0")
implementation("com.google.code.gson:gson:2.13.1")
testImplementation("org.apache.commons:commons-lang3:3.17.0")
+3 -3
View File
@@ -28,7 +28,7 @@ dependencies {
implementation("org.jcommander:jcommander:2.0")
implementation("ch.qos.logback:logback-classic:1.5.18")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.6")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.7")
implementation("com.fifesoft:rsyntaxtextarea:3.6.0")
implementation("org.drjekyll:fontchooser:3.1.0")
@@ -39,14 +39,14 @@ dependencies {
implementation("com.formdev:flatlaf-intellij-themes:3.6")
implementation("com.formdev:flatlaf-extras:3.6")
implementation("com.google.code.gson:gson:2.13.0")
implementation("com.google.code.gson:gson:2.13.1")
implementation("org.apache.commons:commons-lang3:3.17.0")
implementation("org.apache.commons:commons-text:1.13.1")
implementation("commons-io:commons-io:2.19.0")
implementation("io.reactivex.rxjava2:rxjava:2.2.21")
implementation("com.github.akarnokd:rxjava2-swing:0.3.7")
implementation("com.android.tools.build:apksig:8.9.1")
implementation("com.android.tools.build:apksig:8.9.2")
implementation("io.github.skylot:jdwp:2.0.0")
testImplementation(project.project(":jadx-core").sourceSets.getByName("test").output)
+1 -1
View File
@@ -7,5 +7,5 @@ dependencies {
implementation(project(":jadx-commons:jadx-app-commons"))
implementation("com.google.code.gson:gson:2.13.0")
implementation("com.google.code.gson:gson:2.13.1")
}
+1 -1
View File
@@ -5,7 +5,7 @@ plugins {
dependencies {
compileOnly(project(":jadx-core"))
implementation("com.android.tools.build:aapt2-proto:8.9.1-12782657")
implementation("com.android.tools.build:aapt2-proto:8.9.2-12782657")
implementation("com.google.protobuf:protobuf-java") {
version {
require("3.25.3") // version 4 conflict with `aapt2-proto`
@@ -7,5 +7,5 @@ dependencies {
api(project(":jadx-core"))
implementation(project(":jadx-plugins:jadx-dex-input"))
implementation("com.google.code.gson:gson:2.13.0")
implementation("com.google.code.gson:gson:2.13.1")
}
@@ -7,7 +7,7 @@ dependencies {
implementation(project(":jadx-plugins:jadx-dex-input"))
implementation("com.jakewharton.android.repackaged:dalvik-dx:14.0.0_r21")
implementation("com.android.tools:r8:8.7.18")
implementation("com.android.tools:r8:8.9.35")
implementation("org.ow2.asm:asm:9.8")
}
@@ -8,7 +8,7 @@ dependencies {
implementation(kotlin("stdlib-common"))
implementation(kotlin("script-runtime"))
implementation("io.github.oshai:kotlin-logging-jvm:7.0.6")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.7")
// script context support in IDE is poor, use stubs and manual imports for now
// kotlinScriptDef(project(":jadx-plugins:jadx-script:jadx-script-runtime"))
@@ -13,5 +13,5 @@ dependencies {
implementation(kotlin("scripting-ide-services"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.6")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.7")
}
@@ -11,7 +11,7 @@ dependencies {
implementation(kotlin("scripting-jvm"))
implementation(kotlin("scripting-jvm-host"))
implementation("io.github.oshai:kotlin-logging-jvm:7.0.6")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.7")
testImplementation(project(":jadx-core"))
}
@@ -15,7 +15,7 @@ dependencies {
implementation(kotlin("scripting-dependencies-maven"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.6")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.7")
runtimeOnly(project(":jadx-plugins:jadx-dex-input"))
runtimeOnly(project(":jadx-plugins:jadx-smali-input"))
@@ -7,5 +7,5 @@ dependencies {
api(project(":jadx-core"))
implementation(project(":jadx-plugins:jadx-dex-input"))
implementation("com.google.code.gson:gson:2.13.0")
implementation("com.google.code.gson:gson:2.13.1")
}