From 5c78a698f9ef5dfbd5d01671a9dedcf5aade5fd3 Mon Sep 17 00:00:00 2001 From: Andreas Svanberg <andreass@dsv.su.se> Date: Wed, 24 Apr 2024 14:53:57 +0200 Subject: [PATCH] Wicket 10 downgraded the version so the security vulnerability popped up again --- view/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/pom.xml b/view/pom.xml index e3a1248be5..c359d76206 100644 --- a/view/pom.xml +++ b/view/pom.xml @@ -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>