Wicket 10 downgraded the version so the security vulnerability popped up again

This commit is contained in:
Andreas Svanberg 2024-04-24 14:53:57 +02:00
parent 28bc8bf05a
commit 5c78a698f9

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