chore: update dependencies
This commit is contained in:
@@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21")
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0")
|
||||
|
||||
implementation("org.openrewrite:plugin:6.19.1")
|
||||
}
|
||||
|
||||
@@ -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.12.2")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.13.2")
|
||||
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.8.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:3.8.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.9.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.9.0")
|
||||
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")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
||||
@@ -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.6"
|
||||
id("com.gradleup.shadow") version "8.3.7"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -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.6"
|
||||
id("com.gradleup.shadow") version "8.3.7"
|
||||
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.5.0")
|
||||
implementation("com.pinterest.ktlint:ktlint-ruleset-standard:1.5.0")
|
||||
implementation("com.pinterest.ktlint:ktlint-rule-engine:1.6.0")
|
||||
implementation("com.pinterest.ktlint:ktlint-ruleset-standard:1.6.0")
|
||||
|
||||
implementation("org.jcommander:jcommander:2.0")
|
||||
implementation("ch.qos.logback:logback-classic:1.5.18")
|
||||
@@ -46,7 +46,7 @@ dependencies {
|
||||
|
||||
implementation("io.reactivex.rxjava3:rxjava:3.1.10")
|
||||
implementation("com.github.akarnokd:rxjava3-swing:3.1.1")
|
||||
implementation("com.android.tools.build:apksig:8.10.0")
|
||||
implementation("com.android.tools.build:apksig:8.11.0")
|
||||
implementation("io.github.skylot:jdwp:2.0.0")
|
||||
|
||||
// Library for hex viewing data
|
||||
|
||||
@@ -5,7 +5,7 @@ plugins {
|
||||
dependencies {
|
||||
compileOnly(project(":jadx-core"))
|
||||
|
||||
implementation("com.android.tools.build:aapt2-proto:8.10.0-12782657")
|
||||
implementation("com.android.tools.build:aapt2-proto:8.11.0-12782657")
|
||||
implementation("com.google.protobuf:protobuf-java") {
|
||||
version {
|
||||
require("3.25.3") // version 4 conflict with `aapt2-proto`
|
||||
|
||||
Reference in New Issue
Block a user