chore: update dependencies
This commit is contained in:
@@ -17,8 +17,8 @@ dependencies {
|
||||
implementation("org.slf4j:slf4j-api:2.0.17")
|
||||
compileOnly("org.jetbrains:annotations:26.0.2")
|
||||
|
||||
testImplementation("ch.qos.logback:logback-classic:1.5.18")
|
||||
testImplementation("org.assertj:assertj-core:3.27.3")
|
||||
testImplementation("ch.qos.logback:logback-classic:1.5.20")
|
||||
testImplementation("org.assertj:assertj-core:3.27.6")
|
||||
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.13.3")
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
|
||||
@@ -7,10 +7,10 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:3.13.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:3.11.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.13.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.12.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:3.19.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:3.16.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.19.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.19.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.19")
|
||||
implementation("ch.qos.logback:logback-classic:1.5.20")
|
||||
}
|
||||
|
||||
application {
|
||||
|
||||
@@ -22,7 +22,7 @@ dependencies {
|
||||
strictly("[3.33, 3.34[") // from 3.34 compiled with Java 17
|
||||
}
|
||||
}
|
||||
testImplementation("tools.profiler:async-profiler:4.1")
|
||||
testImplementation("tools.profiler:async-profiler:4.2")
|
||||
}
|
||||
|
||||
val jadxTestJavaVersion = getTestJavaVersion()
|
||||
|
||||
@@ -27,7 +27,7 @@ dependencies {
|
||||
implementation("com.pinterest.ktlint:ktlint-ruleset-standard:1.7.1")
|
||||
|
||||
implementation("org.jcommander:jcommander:2.0")
|
||||
implementation("ch.qos.logback:logback-classic:1.5.19")
|
||||
implementation("ch.qos.logback:logback-classic:1.5.20")
|
||||
implementation("io.github.oshai:kotlin-logging-jvm:7.0.13")
|
||||
|
||||
implementation("com.fifesoft:rsyntaxtextarea:3.6.0")
|
||||
|
||||
Reference in New Issue
Block a user