chore: update dependencies

This commit is contained in:
Skylot
2025-07-19 19:08:18 +01:00
parent f565178c8c
commit 0c253f9a1f
9 changed files with 21 additions and 21 deletions
@@ -20,7 +20,7 @@ dependencies {
testImplementation("ch.qos.logback:logback-classic:1.5.18")
testImplementation("org.assertj:assertj-core:3.27.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.13.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.13.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testCompileOnly("org.jetbrains:annotations:26.0.2")
@@ -7,10 +7,10 @@ repositories {
}
dependencies {
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:3.11.0")
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:3.10.0")
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.12.0")
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.11.0")
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:3.13.0")
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:3.11.0")
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.13.0")
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.12.0")
}
tasks {
+1 -1
View File
@@ -4,7 +4,7 @@ plugins {
id("application")
// use shadow only for application scripts, jar will be copied from jadx-gui
id("com.gradleup.shadow") version "8.3.7"
id("com.gradleup.shadow") version "8.3.8"
}
dependencies {
@@ -3,5 +3,5 @@ plugins {
}
dependencies {
implementation("io.get-coursier.util:directories-jni:0.1.3")
implementation("io.get-coursier.util:directories-jni:0.1.4")
}
+1 -1
View File
@@ -8,7 +8,7 @@ dependencies {
implementation("com.google.code.gson:gson:2.13.1")
testImplementation("org.apache.commons:commons-lang3:3.17.0")
testImplementation("org.apache.commons:commons-lang3:3.18.0")
testImplementation(project(":jadx-plugins:jadx-dex-input"))
testRuntimeOnly(project(":jadx-plugins:jadx-smali-input"))
+10 -10
View File
@@ -3,7 +3,7 @@ plugins {
id("application")
id("jadx-library")
id("edu.sc.seis.launch4j") version "3.0.6"
id("com.gradleup.shadow") version "8.3.7"
id("com.gradleup.shadow") version "8.3.8"
id("org.beryx.runtime") version "1.13.1"
}
@@ -23,8 +23,8 @@ dependencies {
implementation("com.fifesoft:autocomplete:3.3.2")
// use KtLint for format and check jadx scripts
implementation("com.pinterest.ktlint:ktlint-rule-engine:1.6.0")
implementation("com.pinterest.ktlint:ktlint-ruleset-standard:1.6.0")
implementation("com.pinterest.ktlint:ktlint-rule-engine:1.7.0")
implementation("com.pinterest.ktlint:ktlint-ruleset-standard:1.7.0")
implementation("org.jcommander:jcommander:2.0")
implementation("ch.qos.logback:logback-classic:1.5.18")
@@ -35,18 +35,18 @@ dependencies {
implementation("hu.kazocsaba:image-viewer:1.2.3")
implementation("com.twelvemonkeys.imageio:imageio-webp:3.12.0") // WebP support for image viewer
implementation("com.formdev:flatlaf:3.6")
implementation("com.formdev:flatlaf-intellij-themes:3.6")
implementation("com.formdev:flatlaf-extras:3.6")
implementation("com.formdev:flatlaf:3.6.1")
implementation("com.formdev:flatlaf-intellij-themes:3.6.1")
implementation("com.formdev:flatlaf-extras:3.6.1")
implementation("com.google.code.gson:gson:2.13.1")
implementation("org.apache.commons:commons-lang3:3.17.0")
implementation("org.apache.commons:commons-lang3:3.18.0")
implementation("org.apache.commons:commons-text:1.13.1")
implementation("commons-io:commons-io:2.19.0")
implementation("commons-io:commons-io:2.20.0")
implementation("io.reactivex.rxjava3:rxjava:3.1.10")
implementation("io.reactivex.rxjava3:rxjava:3.1.11")
implementation("com.github.akarnokd:rxjava3-swing:3.1.1")
implementation("com.android.tools.build:apksig:8.11.0")
implementation("com.android.tools.build:apksig:8.11.1")
implementation("io.github.skylot:jdwp:2.0.0")
// Library for hex viewing data
+1 -1
View File
@@ -5,7 +5,7 @@ plugins {
dependencies {
compileOnly(project(":jadx-core"))
implementation("com.android.tools.build:aapt2-proto:8.11.0-12782657")
implementation("com.android.tools.build:aapt2-proto:8.11.1-12782657")
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.project(":jadx-core").sourceSets.getByName("test").output)
testImplementation("org.apache.commons:commons-lang3:3.17.0")
testImplementation("org.apache.commons:commons-lang3:3.18.0")
testRuntimeOnly(project(":jadx-plugins:jadx-smali-input"))
}
@@ -7,7 +7,7 @@ dependencies {
api(project(":jadx-core"))
testImplementation(project.project(":jadx-core").sourceSets.getByName("test").output)
testImplementation("org.apache.commons:commons-lang3:3.17.0")
testImplementation("org.apache.commons:commons-lang3:3.18.0")
testRuntimeOnly(project(":jadx-plugins:jadx-smali-input"))
}