chore: update dependencies

This commit is contained in:
Skylot
2023-05-17 15:12:51 +01:00
parent 63ad7fb128
commit 5d3c96ead2
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ dependencies {
// TODO: move resources decoding to separate plugin module
implementation 'com.android.tools.build:aapt2-proto:8.0.1-9289358'
implementation 'com.google.protobuf:protobuf-java:3.22.4' // forcing latest version
implementation 'com.google.protobuf:protobuf-java:3.23.0' // forcing latest version
testImplementation 'org.apache.commons:commons-lang3:3.12.0'
+3 -3
View File
@@ -19,9 +19,9 @@ dependencies {
implementation 'com.fifesoft:autocomplete:3.3.1'
// use KtLint for format and check jadx scripts
implementation 'com.pinterest.ktlint:ktlint-core:0.49.0'
implementation 'com.pinterest.ktlint:ktlint-rule-engine:0.49.0'
implementation 'com.pinterest.ktlint:ktlint-ruleset-standard:0.49.0'
implementation 'com.pinterest.ktlint:ktlint-core:0.49.1'
implementation 'com.pinterest.ktlint:ktlint-rule-engine:0.49.1'
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'
@@ -7,6 +7,6 @@ dependencies {
implementation(kotlin("scripting-compiler-embeddable"))
implementation(kotlin("scripting-ide-services"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1")
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
}
@@ -13,7 +13,7 @@ dependencies {
implementation(kotlin("scripting-dependencies"))
implementation(kotlin("scripting-dependencies-maven"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1")
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
runtimeOnly(project(":jadx-plugins:jadx-dex-input"))