Skip to content

Commit

Permalink
update jasper to 6.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
source-c committed Oct 27, 2022
1 parent 85d7cdd commit b3bdb3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's] `

== License

Copyright © 2018-2022
Copyright © 2018-2022 MelKori, onoha, UPD Consulting

Distributed under the MIT License.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
:uberjar-merge-with {#"^jasperreports_extension\.properties$" [slurp #(clojure.string/join "\r\n" %&) spit]}

:dependencies [;; Jasper Libs
[net.sf.jasperreports/jasperreports "6.18.1"]
[net.sf.jasperreports/jasperreports-fonts "6.18.1"]
[net.sf.jasperreports/jasperreports "6.20.0"]
[net.sf.jasperreports/jasperreports-fonts "6.20.0"]
;[com.lowagie/itext "2.1.7"]

[net.sourceforge.barbecue/barbecue "1.5-beta1"]
[com.google.zxing/core "3.4.1"]
[com.google.zxing/core "3.5.0"]
[net.sf.barcode4j/barcode4j "2.1"]
[org.apache.xmlgraphics/batik-bridge "1.14"]])
[org.apache.xmlgraphics/batik-bridge "1.16"]])

0 comments on commit b3bdb3d

Please sign in to comment.