chore: update dependencies

This commit is contained in:
Skylot
2022-04-26 14:23:56 +01:00
parent a505534197
commit 3366bf3dec
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
plugins {
id 'com.github.ben-manes.versions' version '0.42.0'
id 'com.diffplug.spotless' version '6.4.2'
id 'com.diffplug.spotless' version '6.5.0'
}
ext.jadxVersion = System.getenv('JADX_VERSION') ?: "dev"
@@ -32,7 +32,7 @@ allprojects {
testImplementation 'ch.qos.logback:logback-classic:1.2.11'
testImplementation 'org.hamcrest:hamcrest-library:2.2'
testImplementation 'org.mockito:mockito-core:4.4.0'
testImplementation 'org.mockito:mockito-core:4.5.1'
testImplementation 'org.assertj:assertj-core:3.22.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
+3 -3
View File
@@ -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.1'
implementation 'com.formdev:flatlaf-intellij-themes:2.1'
implementation 'com.formdev:flatlaf-extras:2.1'
implementation 'com.formdev:flatlaf:2.2'
implementation 'com.formdev:flatlaf-intellij-themes:2.2'
implementation 'com.formdev:flatlaf-extras:2.2'
implementation 'com.formdev:svgSalamander:1.1.3'
implementation 'com.google.code.gson:gson:2.9.0'