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 15, 2023
1 parent cfd851a commit 816308e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
import java.util.Locale

plugins {
id("com.github.ben-manes.versions") version "0.48.0"
id("com.github.ben-manes.versions") version "0.49.0"
id("se.patrikerdes.use-latest-versions") version "0.2.18"
id("com.diffplug.spotless") version "6.22.0"
}
Expand Down
10 changes: 5 additions & 5 deletions jadx-gui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ dependencies {
implementation("com.fifesoft:autocomplete:3.3.1")

// use KtLint for format and check jadx scripts
implementation("com.pinterest.ktlint:ktlint-rule-engine:1.0.0")
implementation("com.pinterest.ktlint:ktlint-ruleset-standard:1.0.0")
implementation("com.pinterest.ktlint:ktlint-rule-engine:1.0.1")
implementation("com.pinterest.ktlint:ktlint-ruleset-standard:1.0.1")

implementation("com.beust:jcommander:1.82")
implementation("ch.qos.logback:logback-classic:1.4.11")
Expand All @@ -32,9 +32,9 @@ dependencies {
implementation(files("libs/jfontchooser-1.0.5.jar"))
implementation("hu.kazocsaba:image-viewer:1.2.3")

implementation("com.formdev:flatlaf:3.2.1")
implementation("com.formdev:flatlaf-intellij-themes:3.2.1")
implementation("com.formdev:flatlaf-extras:3.2.1")
implementation("com.formdev:flatlaf:3.2.2")
implementation("com.formdev:flatlaf-intellij-themes:3.2.2")
implementation("com.formdev:flatlaf-extras:3.2.2")
implementation("com.formdev:svgSalamander:1.1.4")

implementation("com.google.code.gson:gson:2.10.1")
Expand Down

0 comments on commit 816308e

Please sign in to comment.