Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skylot committed Jan 20, 2022
1 parent 86582de commit 6db61e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -34,3 +34,5 @@ jadx-output/
*.cfg
*.orig
quark.json

cliff.toml
4 changes: 2 additions & 2 deletions build.gradle
@@ -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"
Expand All @@ -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'
Expand Down

0 comments on commit 6db61e7

Please sign in to comment.