chore: update dependencies

This commit is contained in:
Skylot
2024-12-09 17:41:26 +00:00
parent 2fa7f84251
commit fdad829c49
8 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ plugins {
}
dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0")
implementation("org.openrewrite:plugin:6.19.1")
}
@@ -7,10 +7,10 @@ repositories {
}
dependencies {
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:2.22.0")
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:2.16.1")
rewrite("org.openrewrite.recipe:rewrite-migrate-java:2.29.1")
rewrite("org.openrewrite.recipe:rewrite-static-analysis:1.20.0")
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:2.23.1")
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:2.17.1")
rewrite("org.openrewrite.recipe:rewrite-migrate-java:2.30.1")
rewrite("org.openrewrite.recipe:rewrite-static-analysis:1.21.1")
}
tasks {
+8 -8
View File
@@ -23,20 +23,20 @@ dependencies {
implementation("com.fifesoft:autocomplete:3.3.1")
// use KtLint for format and check jadx scripts
implementation("com.pinterest.ktlint:ktlint-rule-engine:1.4.1")
implementation("com.pinterest.ktlint:ktlint-ruleset-standard:1.4.1")
implementation("com.pinterest.ktlint:ktlint-rule-engine:1.5.0")
implementation("com.pinterest.ktlint:ktlint-ruleset-standard:1.5.0")
implementation("org.jcommander:jcommander:2.0")
implementation("ch.qos.logback:logback-classic:1.5.12")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.3")
implementation("com.fifesoft:rsyntaxtextarea:3.5.2")
implementation("com.fifesoft:rsyntaxtextarea:3.5.3")
implementation("org.drjekyll:fontchooser:3.1.0")
implementation("hu.kazocsaba:image-viewer:1.2.3")
implementation("com.formdev:flatlaf:3.5.2")
implementation("com.formdev:flatlaf-intellij-themes:3.5.2")
implementation("com.formdev:flatlaf-extras:3.5.2")
implementation("com.formdev:flatlaf:3.5.4")
implementation("com.formdev:flatlaf-intellij-themes:3.5.4")
implementation("com.formdev:flatlaf-extras:3.5.4")
implementation("com.google.code.gson:gson:2.11.0")
implementation("org.apache.commons:commons-lang3:3.17.0")
@@ -45,7 +45,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.7.2")
implementation("com.android.tools.build:apksig:8.7.3")
implementation("io.github.skylot:jdwp:2.0.0")
testImplementation(project.project(":jadx-core").sourceSets.getByName("test").output)
+1 -1
View File
@@ -5,7 +5,7 @@ plugins {
dependencies {
compileOnly(project(":jadx-core"))
implementation("com.android.tools.build:aapt2-proto:8.7.2-12006047")
implementation("com.android.tools.build:aapt2-proto:8.7.3-12006047")
implementation("com.google.protobuf:protobuf-java") {
version {
require("3.25.3") // version 4 conflict with `aapt2-proto`
@@ -8,7 +8,7 @@ dependencies {
implementation(kotlin("stdlib-common"))
implementation(kotlin("script-runtime"))
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.3")
// 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.9.0")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.3")
}
@@ -11,7 +11,7 @@ dependencies {
implementation(kotlin("scripting-jvm"))
implementation(kotlin("scripting-jvm-host"))
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.3")
testImplementation(project(":jadx-core"))
}
@@ -15,7 +15,7 @@ dependencies {
implementation(kotlin("scripting-dependencies-maven"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.3")
runtimeOnly(project(":jadx-plugins:jadx-dex-input"))
runtimeOnly(project(":jadx-plugins:jadx-smali-input"))