diff options
author | Thomas <> | 2024-03-22 13:53:11 +0100 |
---|---|---|
committer | Thomas <> | 2024-03-22 13:53:11 +0100 |
commit | 79a56afea717b37d7b5c5f518d90134adfe2c880 (patch) | |
tree | 8e9ab92abf71733b0277ef37d7239ab50077332a /pdf-as-cli | |
parent | f70359e6f00f59c8e76b40a8210086b15b8092e9 (diff) | |
download | pdf-as-4-79a56afea717b37d7b5c5f518d90134adfe2c880.tar.gz pdf-as-4-79a56afea717b37d7b5c5f518d90134adfe2c880.tar.bz2 pdf-as-4-79a56afea717b37d7b5c5f518d90134adfe2c880.zip |
chore(core): update third-party libs
Diffstat (limited to 'pdf-as-cli')
-rw-r--r-- | pdf-as-cli/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-cli/build.gradle b/pdf-as-cli/build.gradle index 3033cd00..f10d4d7d 100644 --- a/pdf-as-cli/build.gradle +++ b/pdf-as-cli/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation group: 'commons-collections', name: 'commons-collections', version: '3.2.2' implementation group: 'commons-cli', name: 'commons-cli', version: '1.2' implementation group: 'javax.activation', name: 'activation', version: '1.1.1' - implementation 'ch.qos.logback:logback-classic:1.2.12' + implementation 'ch.qos.logback:logback-classic:1.2.13' testImplementation group: 'junit', name: 'junit', version: '4.+' } |