Skip to content

Commit

Permalink
updated jasperreports to 6.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
source-c committed Mar 8, 2021
1 parent 647147c commit a394168
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
(defproject net.tbt-post/clj-jasper "0.0.7"
(defproject net.tbt-post/clj-jasper "0.0.8"
:description "A Clojure library to work with Jasper Reports"
:url "https://github.com/source-c/clj-jasper"
:license {:name "MIT License"}

:dependencies [;; Jasper Libs
[net.sf.jasperreports/jasperreports "6.12.2"
[net.sf.jasperreports/jasperreports "6.16.0"
:exclusions [com.lowagie/itext]]
[net.sf.jasperreports/jasperreports-fonts "6.0.0"]
[net.sf.jasperreports/jasperreports-fonts "6.16.0"]
[com.lowagie/itext "2.1.7"]
[net.sourceforge.barbecue/barbecue "1.5-beta1"]
[com.google.zxing/core "3.4.0"]
[com.google.zxing/core "3.4.1"]
[net.sf.barcode4j/barcode4j "2.1"]
[org.apache.xmlgraphics/batik-bridge "1.13"]])
[org.apache.xmlgraphics/batik-bridge "1.14"]])

0 comments on commit a394168

Please sign in to comment.