Update openhtmltopdf dependencies.

This commit is contained in:
Ville Kopio 2020-09-17 16:23:25 +03:00
parent 8443c1bac7
commit 23889d9eb1

View file

@ -1,13 +1,13 @@
(defproject clj-htmltopdf "0.1-alpha7" (defproject clj-htmltopdf "0.1-alpha8"
:description "Simple Clojure wrapper for Open HTML to PDF" :description "Simple Clojure wrapper for Open HTML to PDF"
:url "https://github.com/gered/clj-htmltopdf" :url "https://github.com/gered/clj-htmltopdf"
: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.0"] :dependencies [[com.openhtmltopdf/openhtmltopdf-core "1.0.4"]
[com.openhtmltopdf/openhtmltopdf-pdfbox "1.0.0"] [com.openhtmltopdf/openhtmltopdf-pdfbox "1.0.4"]
[com.openhtmltopdf/openhtmltopdf-rtl-support "1.0.0"] [com.openhtmltopdf/openhtmltopdf-rtl-support "1.0.4"]
[com.openhtmltopdf/openhtmltopdf-svg-support "1.0.0"] [com.openhtmltopdf/openhtmltopdf-svg-support "1.0.4"]
[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"]]