Skip to content

Commit

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

ext.jadxVersion = System.getenv('JADX_VERSION') ?: "dev"
Expand Down Expand Up @@ -31,7 +31,7 @@ allprojects {

testImplementation 'ch.qos.logback:logback-classic:1.2.11'
testImplementation 'org.hamcrest:hamcrest-library:2.2'
testImplementation 'org.mockito:mockito-core:4.5.1'
testImplementation 'org.mockito:mockito-core:4.6.0'
testImplementation 'org.assertj:assertj-core:3.22.0'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
Expand Down
6 changes: 3 additions & 3 deletions jadx-gui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ dependencies {
implementation files('libs/jfontchooser-1.0.5.jar')
implementation 'hu.kazocsaba:image-viewer:1.2.3'

implementation 'com.formdev:flatlaf:2.2'
implementation 'com.formdev:flatlaf-intellij-themes:2.2'
implementation 'com.formdev:flatlaf-extras:2.2'
implementation 'com.formdev:flatlaf:2.3'
implementation 'com.formdev:flatlaf-intellij-themes:2.3'
implementation 'com.formdev:flatlaf-extras:2.3'
implementation 'com.formdev:svgSalamander:1.1.3'

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

0 comments on commit df380de

Please sign in to comment.