Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skylot committed Mar 19, 2022
1 parent ba8ba50 commit d2bef10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jadx-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
testRuntimeOnly(project(':jadx-plugins:jadx-java-input'))
testRuntimeOnly(project(':jadx-plugins:jadx-raung-input'))

testImplementation 'org.eclipse.jdt:ecj:3.28.0'
testImplementation 'org.eclipse.jdt:ecj:3.29.0'
testImplementation 'tools.profiler:async-profiler:1.8.3'
}

Expand Down
8 changes: 4 additions & 4 deletions jadx-gui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ dependencies {
implementation 'com.beust:jcommander:1.82'
implementation 'ch.qos.logback:logback-classic:1.2.11'

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

implementation 'com.formdev:flatlaf:2.0.2'
implementation 'com.formdev:flatlaf-intellij-themes:2.0.2'
implementation 'com.formdev:flatlaf-extras:2.0.2'
implementation 'com.formdev:flatlaf:2.1'
implementation 'com.formdev:flatlaf-intellij-themes:2.1'
implementation 'com.formdev:flatlaf-extras:2.1'
implementation 'com.formdev:svgSalamander:1.1.3'

implementation 'com.google.code.gson:gson:2.9.0'
Expand Down

0 comments on commit d2bef10

Please sign in to comment.