chore: update dependencies
This commit is contained in:
@@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.21")
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0")
|
||||
|
||||
implementation("org.openrewrite:plugin:6.19.1")
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ dependencies {
|
||||
implementation("org.slf4j:slf4j-api:2.0.17")
|
||||
compileOnly("org.jetbrains:annotations:26.0.2")
|
||||
|
||||
testImplementation("ch.qos.logback:logback-classic:1.5.21")
|
||||
testImplementation("ch.qos.logback:logback-classic:1.5.22")
|
||||
testImplementation("org.assertj:assertj-core:3.27.6")
|
||||
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.13.3")
|
||||
|
||||
@@ -7,10 +7,10 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:3.23.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:3.19.1")
|
||||
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.23.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.23.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:3.24.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:3.20.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.24.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.24.0")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
||||
@@ -26,7 +26,7 @@ dependencies {
|
||||
runtimeOnly(project(":jadx-plugins:jadx-apks-input"))
|
||||
|
||||
implementation("org.jcommander:jcommander:2.0")
|
||||
implementation("ch.qos.logback:logback-classic:1.5.21")
|
||||
implementation("ch.qos.logback:logback-classic:1.5.22")
|
||||
implementation("com.google.code.gson:gson:2.13.2")
|
||||
}
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ plugins {
|
||||
dependencies {
|
||||
compileOnly(project(":jadx-core"))
|
||||
|
||||
implementation("com.android.tools.build:aapt2-proto:8.13.1-13719691")
|
||||
implementation("com.android.tools.build:aapt2-proto:8.13.2-14304508")
|
||||
implementation("com.google.protobuf:protobuf-java") {
|
||||
version {
|
||||
require("3.25.3") // version 4 conflict with `aapt2-proto`
|
||||
|
||||
@@ -9,5 +9,5 @@ dependencies {
|
||||
implementation("com.jakewharton.android.repackaged:dalvik-dx:16.0.1")
|
||||
implementation("com.android.tools:r8:8.13.17")
|
||||
|
||||
implementation("org.ow2.asm:asm:9.9")
|
||||
implementation("org.ow2.asm:asm:9.9.1")
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ plugins {
|
||||
dependencies {
|
||||
api(project(":jadx-core"))
|
||||
|
||||
implementation("org.jetbrains.kotlin:kotlin-metadata-jvm:2.2.21")
|
||||
implementation("org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.0")
|
||||
|
||||
testImplementation(project.project(":jadx-core").sourceSets.getByName("test").output)
|
||||
testImplementation("org.apache.commons:commons-lang3:3.20.0")
|
||||
|
||||
Reference in New Issue
Block a user