chore: update dependencies

This commit is contained in:
Skylot
2024-10-16 16:59:44 +01:00
parent d2131d9640
commit f9c94f27f1
5 changed files with 8 additions and 8 deletions
@@ -15,15 +15,15 @@ version = jadxVersion
dependencies {
implementation("org.slf4j:slf4j-api:2.0.16")
compileOnly("org.jetbrains:annotations:26.0.0")
compileOnly("org.jetbrains:annotations:26.0.1")
testImplementation("ch.qos.logback:logback-classic:1.5.9")
testImplementation("ch.qos.logback:logback-classic:1.5.11")
testImplementation("org.assertj:assertj-core:3.26.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testCompileOnly("org.jetbrains:annotations:26.0.0")
testCompileOnly("org.jetbrains:annotations:26.0.1")
}
repositories {
@@ -9,7 +9,7 @@ repositories {
}
dependencies {
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:2.20.0")
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:2.20.1")
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:2.15.0")
rewrite("org.openrewrite.recipe:rewrite-migrate-java:2.27.0")
rewrite("org.openrewrite.recipe:rewrite-static-analysis:1.18.0")
+1 -1
View File
@@ -22,7 +22,7 @@ dependencies {
runtimeOnly(project(":jadx-plugins:jadx-aab-input"))
implementation("org.jcommander:jcommander:2.0")
implementation("ch.qos.logback:logback-classic:1.5.9")
implementation("ch.qos.logback:logback-classic:1.5.11")
}
application {
+2 -2
View File
@@ -26,7 +26,7 @@ dependencies {
implementation("com.pinterest.ktlint:ktlint-ruleset-standard:1.3.1")
implementation("org.jcommander:jcommander:2.0")
implementation("ch.qos.logback:logback-classic:1.5.9")
implementation("ch.qos.logback:logback-classic:1.5.11")
implementation("com.fifesoft:rsyntaxtextarea:3.4.1")
implementation(files("libs/jfontchooser-1.0.5.jar"))
@@ -43,7 +43,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.0")
implementation("com.android.tools.build:apksig:8.7.1")
implementation("io.github.skylot:jdwp:2.0.0")
testImplementation(project(":jadx-core").dependencyProject.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.0-12006047")
implementation("com.android.tools.build:aapt2-proto:8.7.1-12006047")
implementation("com.google.protobuf:protobuf-java") {
version {
require("3.25.3") // version 4 conflict with `aapt2-proto`