chore: update dependencies

This commit is contained in:
Skylot
2022-01-20 10:23:49 +00:00
parent 86582de521
commit 6db61e7a59
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -34,3 +34,5 @@ jadx-output/
*.cfg
*.orig
quark.json
cliff.toml
+2 -2
View File
@@ -1,6 +1,6 @@
plugins {
id 'com.github.ben-manes.versions' version '0.41.0'
id 'com.diffplug.spotless' version '6.1.2'
id 'com.diffplug.spotless' version '6.2.0'
}
ext.jadxVersion = System.getenv('JADX_VERSION') ?: "dev"
@@ -27,7 +27,7 @@ allprojects {
}
dependencies {
implementation 'org.slf4j:slf4j-api:1.7.32'
implementation 'org.slf4j:slf4j-api:1.7.33'
compileOnly 'org.jetbrains:annotations:23.0.0'
testImplementation 'ch.qos.logback:logback-classic:1.2.10'