Skip to content

Commit a1d5ccb

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMMONSBEANUTILS-10259368
1 parent 4000bc4 commit a1d5ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>net.sf.jasperreports</groupId>
3333
<artifactId>jasperreports</artifactId>
34-
<version>6.20.1</version>
34+
<version>7.0.0</version>
3535
</dependency>
3636

3737
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->

0 commit comments

Comments
 (0)