diff options
author | Thomas <> | 2023-12-19 16:34:34 +0100 |
---|---|---|
committer | Thomas <> | 2023-12-19 16:34:34 +0100 |
commit | e9f8fb6978cb8c2c4c72ee877621397f6869b809 (patch) | |
tree | dfb4dde78c44665cf3d89c2100df78dbea474f4a /pdf-as-moa | |
parent | 9d00067f8f5910f246466bfbfabe0dfb713e7ff0 (diff) | |
download | pdf-as-4-e9f8fb6978cb8c2c4c72ee877621397f6869b809.tar.gz pdf-as-4-e9f8fb6978cb8c2c4c72ee877621397f6869b809.tar.bz2 pdf-as-4-e9f8fb6978cb8c2c4c72ee877621397f6869b809.zip |
chore(core): update third-party libs
Diffstat (limited to 'pdf-as-moa')
-rw-r--r-- | pdf-as-moa/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-moa/build.gradle b/pdf-as-moa/build.gradle index d0fe8c0b..60b047f4 100644 --- a/pdf-as-moa/build.gradle +++ b/pdf-as-moa/build.gradle @@ -13,7 +13,7 @@ buildscript { mavenLocal() mavenCentral() } - dependencies { classpath("commons-io:commons-io:2.8.0") } + dependencies { classpath("commons-io:commons-io:2.15.1") } } sourceSets { |