未验证 提交 5d186e56 编写于 作者: S Skylot

chore: update dependencies

上级 0fafcfa0
......@@ -26,12 +26,12 @@ allprojects {
}
dependencies {
implementation 'org.slf4j:slf4j-api:2.0.5'
implementation 'org.slf4j:slf4j-api:2.0.6'
compileOnly 'org.jetbrains:annotations:23.1.0'
testImplementation 'ch.qos.logback:logback-classic:1.3.5'
testImplementation 'org.hamcrest:hamcrest-library:2.2'
testImplementation 'org.mockito:mockito-core:4.9.0'
testImplementation 'org.mockito:mockito-core:4.10.0'
testImplementation 'org.assertj:assertj-core:3.23.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
......
......@@ -9,7 +9,7 @@ dependencies {
// TODO: move resources decoding to separate plugin module
implementation 'com.android.tools.build:aapt2-proto:7.3.1-8691043'
implementation 'com.google.protobuf:protobuf-java:3.21.11' // forcing latest version
implementation 'com.google.protobuf:protobuf-java:3.21.12' // forcing latest version
testImplementation 'org.apache.commons:commons-lang3:3.12.0'
......
......@@ -2,7 +2,7 @@ plugins {
id 'application'
id 'edu.sc.seis.launch4j' version '2.5.4'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'org.beryx.runtime' version '1.12.7'
id 'org.beryx.runtime' version '1.13.0'
}
dependencies {
......@@ -11,13 +11,13 @@ dependencies {
implementation 'com.beust:jcommander:1.82'
implementation 'ch.qos.logback:logback-classic:1.3.5'
implementation 'com.fifesoft:rsyntaxtextarea:3.3.0'
implementation 'com.fifesoft:rsyntaxtextarea:3.3.1'
implementation files('libs/jfontchooser-1.0.5.jar')
implementation 'hu.kazocsaba:image-viewer:1.2.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:flatlaf:3.0'
implementation 'com.formdev:flatlaf-intellij-themes:3.0'
implementation 'com.formdev:flatlaf-extras:3.0'
implementation 'com.formdev:svgSalamander:1.1.4'
implementation 'com.google.code.gson:gson:2.10'
......
......@@ -15,6 +15,8 @@ import com.formdev.flatlaf.FlatLaf;
import com.formdev.flatlaf.FlatLightLaf;
import com.formdev.flatlaf.extras.FlatAnimatedLafChange;
import com.formdev.flatlaf.intellijthemes.FlatAllIJThemes;
import com.formdev.flatlaf.themes.FlatMacDarkLaf;
import com.formdev.flatlaf.themes.FlatMacLightLaf;
import jadx.gui.settings.JadxSettings;
......@@ -68,6 +70,8 @@ public class LafManager {
// default flatlaf themes
map.put(FlatLightLaf.NAME, FlatLightLaf.class.getName());
map.put(FlatDarkLaf.NAME, FlatDarkLaf.class.getName());
map.put(FlatMacLightLaf.NAME, FlatMacLightLaf.class.getName());
map.put(FlatMacDarkLaf.NAME, FlatMacDarkLaf.class.getName());
map.put(FlatIntelliJLaf.NAME, FlatIntelliJLaf.class.getName());
map.put(FlatDarculaLaf.NAME, FlatDarculaLaf.class.getName());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册