summaryrefslogtreecommitdiff
path: root/media-gfx/ditaa/files/ditaa-0.11.0-batik-1.14.patch
blob: c1be8bedd25ffab3e6152a5885cb64d56c75389b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/project.clj b/project.clj
index df0aefe..759433b 100644
--- a/project.clj
+++ b/project.clj
@@ -7,9 +7,9 @@
   :dependencies [[org.clojure/clojure "1.9.0"]
                  [commons-cli/commons-cli "1.4"]
                  [net.htmlparser.jericho/jericho-html "3.4"]
-                 [org.apache.xmlgraphics/batik-gvt "1.9"]
-                 [org.apache.xmlgraphics/batik-codec "1.9"]
-                 [org.apache.xmlgraphics/batik-bridge "1.9"]]
+                 [org.apache.xmlgraphics/batik-gvt "1.14"]
+                 [org.apache.xmlgraphics/batik-codec "1.14"]
+                 [org.apache.xmlgraphics/batik-bridge "1.14"]]
   :main org.stathissideris.ascii2image.core.CommandLineConverter
   :java-source-paths ["src/java"]
   :profiles {:dev {:dependencies      [[junit/junit "4.12"]]