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-pdfbox-2 | |
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-pdfbox-2')
-rw-r--r-- | pdf-as-pdfbox-2/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf-as-pdfbox-2/build.gradle b/pdf-as-pdfbox-2/build.gradle index de648d96..1f6dcc55 100644 --- a/pdf-as-pdfbox-2/build.gradle +++ b/pdf-as-pdfbox-2/build.gradle @@ -43,8 +43,8 @@ dependencies { api group: 'com.levigo.jbig2', name: 'levigo-jbig2-imageio', version: '2.0' implementation group: 'javax.activation', name: 'activation', version: '1.1.1' - testImplementation 'ch.qos.logback:logback-classic:1.2.12' - testImplementation 'ch.qos.logback:logback-core:1.2.12' + testImplementation 'ch.qos.logback:logback-classic:1.2.13' + testImplementation 'ch.qos.logback:logback-core:1.2.13' } |