Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skylot committed Oct 20, 2022
1 parent b9d02ff commit e9e4570
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.github.ben-manes.versions' version '0.42.0'
id 'com.github.ben-manes.versions' version '0.43.0'
id 'com.diffplug.spotless' version '6.11.0'
}

Expand Down Expand Up @@ -29,7 +29,7 @@ allprojects {
implementation 'org.slf4j:slf4j-api:2.0.3'
compileOnly 'org.jetbrains:annotations:23.0.0'

testImplementation 'ch.qos.logback:logback-classic:1.3.1'
testImplementation 'ch.qos.logback:logback-classic:1.3.4'
testImplementation 'org.hamcrest:hamcrest-library:2.2'
testImplementation 'org.mockito:mockito-core:4.8.0'
testImplementation 'org.assertj:assertj-core:3.23.1'
Expand Down
2 changes: 1 addition & 1 deletion jadx-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
runtimeOnly(project(':jadx-plugins:jadx-smali-input'))

implementation 'com.beust:jcommander:1.82'
implementation 'ch.qos.logback:logback-classic:1.3.1'
implementation 'ch.qos.logback:logback-classic:1.3.4'
}

application {
Expand Down
4 changes: 2 additions & 2 deletions jadx-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dependencies {
implementation 'com.google.code.gson:gson:2.9.1'

// TODO: move resources decoding to separate plugin module
implementation 'com.android.tools.build:aapt2-proto:7.3.0-8691043'
implementation 'com.google.protobuf:protobuf-java:3.21.7' // forcing latest version
implementation 'com.android.tools.build:aapt2-proto:7.3.1-8691043'
implementation 'com.google.protobuf:protobuf-java:3.21.8' // forcing latest version

testImplementation 'org.apache.commons:commons-lang3:3.12.0'

Expand Down
12 changes: 6 additions & 6 deletions jadx-gui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@ dependencies {
implementation(project(':jadx-core'))
implementation(project(":jadx-cli"))
implementation 'com.beust:jcommander:1.82'
implementation 'ch.qos.logback:logback-classic:1.3.1'
implementation 'ch.qos.logback:logback-classic:1.3.4'

implementation 'com.fifesoft:rsyntaxtextarea:3.3.0'
implementation files('libs/jfontchooser-1.0.5.jar')
implementation 'hu.kazocsaba:image-viewer:1.2.3'

implementation 'com.formdev:flatlaf:2.5'
implementation 'com.formdev:flatlaf-intellij-themes:2.5'
implementation 'com.formdev:flatlaf-extras:2.5'
implementation 'com.formdev:svgSalamander:1.1.3'
implementation 'com.formdev:flatlaf:2.6'
implementation 'com.formdev:flatlaf-intellij-themes:2.6'
implementation 'com.formdev:flatlaf-extras:2.6'
implementation 'com.formdev:svgSalamander:1.1.4'

implementation 'com.google.code.gson:gson:2.9.1'
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'org.apache.commons:commons-text:1.10.0'

implementation 'io.reactivex.rxjava2:rxjava:2.2.21'
implementation "com.github.akarnokd:rxjava2-swing:0.3.7"
implementation 'com.android.tools.build:apksig:7.3.0'
implementation 'com.android.tools.build:apksig:7.3.1'
implementation 'io.github.skylot:jdwp:2.0.0'

// TODO: Switch back to upstream once this PR gets merged:
Expand Down

0 comments on commit e9e4570

Please sign in to comment.