bump openhtmltopdf dependencies up to version 1.0.10

This commit is contained in:
Gered 2021-12-08 16:30:03 -05:00
parent 6c1846f979
commit a4d9093241

View file

@ -4,10 +4,10 @@
:license {:name "GNU Lesser General Public License v3.0" :license {:name "GNU Lesser General Public License v3.0"
:url "https://www.gnu.org/licenses/lgpl.html"} :url "https://www.gnu.org/licenses/lgpl.html"}
:dependencies [[com.openhtmltopdf/openhtmltopdf-core "1.0.8"] :dependencies [[com.openhtmltopdf/openhtmltopdf-core "1.0.10"]
[com.openhtmltopdf/openhtmltopdf-pdfbox "1.0.8"] [com.openhtmltopdf/openhtmltopdf-pdfbox "1.0.10"]
[com.openhtmltopdf/openhtmltopdf-rtl-support "1.0.8"] [com.openhtmltopdf/openhtmltopdf-rtl-support "1.0.10"]
[com.openhtmltopdf/openhtmltopdf-svg-support "1.0.8"] [com.openhtmltopdf/openhtmltopdf-svg-support "1.0.10"]
[org.jsoup/jsoup "1.12.1"] [org.jsoup/jsoup "1.12.1"]
[commons-io/commons-io "2.6"] [commons-io/commons-io "2.6"]
[hiccup "1.0.5"]] [hiccup "1.0.5"]]