mirror of
https://github.com/skylot/jadx.git
synced 2024-11-23 04:39:46 +00:00
chore: update dependencies
Some checks failed
Build Artifacts / build-win-bundle (push) Waiting to run
Build Test / tests (windows-latest) (push) Waiting to run
Build Artifacts / build (push) Failing after 0s
Build Test / tests (ubuntu-latest) (push) Failing after 0s
CodeQL / Analyze (java) (push) Failing after 0s
Validate Gradle Wrapper / Validation (push) Failing after 0s
Some checks failed
Build Artifacts / build-win-bundle (push) Waiting to run
Build Test / tests (windows-latest) (push) Waiting to run
Build Artifacts / build (push) Failing after 0s
Build Test / tests (ubuntu-latest) (push) Failing after 0s
CodeQL / Analyze (java) (push) Failing after 0s
Validate Gradle Wrapper / Validation (push) Failing after 0s
This commit is contained in:
parent
02b69d2d29
commit
8f27de4d0e
@ -11,7 +11,7 @@ repositories {
|
||||
dependencies {
|
||||
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:2.18.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:2.13.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-migrate-java:2.24.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-migrate-java:2.25.1")
|
||||
rewrite("org.openrewrite.recipe:rewrite-static-analysis:1.16.0")
|
||||
}
|
||||
|
||||
|
@ -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.1"
|
||||
id("com.gradleup.shadow") version "8.3.2"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -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.1"
|
||||
id("com.gradleup.shadow") version "8.3.2"
|
||||
id("org.beryx.runtime") version "1.13.1"
|
||||
}
|
||||
|
||||
@ -39,11 +39,11 @@ dependencies {
|
||||
implementation("com.google.code.gson:gson:2.11.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("commons-io:commons-io:2.17.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.6.0")
|
||||
implementation("com.android.tools.build:apksig:8.6.1")
|
||||
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.0-11315950")
|
||||
implementation("com.android.tools.build:aapt2-proto:8.6.1-11315950")
|
||||
implementation("com.google.protobuf:protobuf-java") {
|
||||
version {
|
||||
require("3.25.3") // version 4 conflict with `aapt2-proto`
|
||||
|
@ -6,13 +6,13 @@ dependencies {
|
||||
api(project(":jadx-core"))
|
||||
|
||||
// TODO: finish own smali printer
|
||||
implementation("com.android.tools.smali:smali-baksmali:3.0.7") {
|
||||
implementation("com.android.tools.smali:smali-baksmali:3.0.8") {
|
||||
exclude(group = "com.beust", module = "jcommander") // exclude old jcommander namespace
|
||||
}
|
||||
implementation("com.google.guava:guava:33.3.0-jre") // force the latest version for smali
|
||||
|
||||
// compile smali files in tests
|
||||
testImplementation("com.android.tools.smali:smali:3.0.7") {
|
||||
testImplementation("com.android.tools.smali:smali:3.0.8") {
|
||||
exclude(group = "com.beust", module = "jcommander") // exclude old jcommander namespace
|
||||
}
|
||||
}
|
||||
|
@ -11,6 +11,6 @@ dependencies {
|
||||
implementation(kotlin("scripting-compiler-embeddable"))
|
||||
implementation(kotlin("scripting-ide-services"))
|
||||
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
|
||||
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")
|
||||
}
|
||||
|
@ -14,7 +14,7 @@ dependencies {
|
||||
implementation(kotlin("scripting-dependencies"))
|
||||
implementation(kotlin("scripting-dependencies-maven"))
|
||||
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
|
||||
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")
|
||||
|
||||
runtimeOnly(project(":jadx-plugins:jadx-dex-input"))
|
||||
|
@ -7,7 +7,7 @@ dependencies {
|
||||
|
||||
implementation(project(":jadx-plugins:jadx-dex-input"))
|
||||
|
||||
implementation("com.android.tools.smali:smali:3.0.7") {
|
||||
implementation("com.android.tools.smali:smali:3.0.8") {
|
||||
exclude(group = "com.beust", module = "jcommander") // exclude old jcommander namespace
|
||||
}
|
||||
implementation("com.google.guava:guava:33.3.0-jre") // force the latest version for smali
|
||||
|
Loading…
Reference in New Issue
Block a user