chore: update dependencies

This commit is contained in:
Skylot 2023-07-05 19:52:59 +01:00
parent 9b75a4f199
commit ba0e918fef
No known key found for this signature in database
GPG Key ID: 1E23F5B52567AA39
6 changed files with 8 additions and 8 deletions

View File

@ -36,9 +36,9 @@ allprojects {
implementation 'org.slf4j:slf4j-api:2.0.7'
compileOnly 'org.jetbrains:annotations:24.0.1'
testImplementation 'ch.qos.logback:logback-classic:1.4.7'
testImplementation 'ch.qos.logback:logback-classic:1.4.8'
testImplementation 'org.hamcrest:hamcrest-library:2.2'
testImplementation 'org.mockito:mockito-core:5.3.1'
testImplementation 'org.mockito:mockito-core:5.4.0'
testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'

View File

@ -18,7 +18,7 @@ dependencies {
runtimeOnly(project(':jadx-plugins:jadx-script:jadx-script-plugin'))
implementation 'com.beust:jcommander:1.82'
implementation 'ch.qos.logback:logback-classic:1.4.7'
implementation 'ch.qos.logback:logback-classic:1.4.8'
}
application {

View File

@ -9,7 +9,7 @@ dependencies {
// TODO: move resources decoding to separate plugin module
implementation 'com.android.tools.build:aapt2-proto:8.0.2-9289358'
implementation 'com.google.protobuf:protobuf-java:3.23.2' // forcing latest version
implementation 'com.google.protobuf:protobuf-java:3.23.3' // forcing latest version
testImplementation 'org.apache.commons:commons-lang3:3.12.0'
@ -19,7 +19,7 @@ dependencies {
testRuntimeOnly(project(':jadx-plugins:jadx-java-input'))
testRuntimeOnly(project(':jadx-plugins:jadx-raung-input'))
testImplementation 'org.eclipse.jdt:ecj:3.33.0'
testImplementation 'org.eclipse.jdt:ecj:3.33.0' // from 3.34 compiled with Java 17
testImplementation 'tools.profiler:async-profiler:2.9'
}

View File

@ -26,7 +26,7 @@ dependencies {
implementation 'com.pinterest.ktlint:ktlint-ruleset-standard:0.49.1'
implementation 'com.beust:jcommander:1.82'
implementation 'ch.qos.logback:logback-classic:1.4.7'
implementation 'ch.qos.logback:logback-classic:1.4.8'
implementation 'dev.dirs:directories:26'
implementation 'com.fifesoft:rsyntaxtextarea:3.3.3'

View File

@ -11,6 +11,6 @@ dependencies {
implementation(kotlin("scripting-compiler-embeddable"))
implementation(kotlin("scripting-ide-services"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
}

View File

@ -14,7 +14,7 @@ dependencies {
implementation(kotlin("scripting-dependencies"))
implementation(kotlin("scripting-dependencies-maven"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
runtimeOnly(project(":jadx-plugins:jadx-dex-input"))