bump jasper dependencies

allow successful compile on Debian Buster
This commit is contained in:
poum 2022-03-15 23:49:05 +01:00 committed by GitHub
parent 202c67284d
commit 9060e35277
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,12 +48,12 @@
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>4.7.0</version>
<version>6.19.0</version>
</dependency>
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-fonts</artifactId>
<version>4.0.0</version>
<version>6.19.0</version>
</dependency>
</dependencies>
</plugin>