3367 Remove unused library with security vulnerability

This commit is contained in:
Andreas Svanberg 2024-04-16 13:06:44 +02:00
parent eca412d9b5
commit a8707ab6f9

@ -59,6 +59,11 @@
<groupId>com.lowagie</groupId>
<artifactId>itext</artifactId>
</exclusion>
<exclusion>
<!-- until a new version containing https://github.com/wicketstuff/core/pull/873 is released -->
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>