From 98f13a89eb7722fdc95d6dc7810f157fb8cfca6b Mon Sep 17 00:00:00 2001 From: Florian Zschocke Date: Sun, 9 Oct 2022 22:16:26 +0200 Subject: Update BouncyCastle to version 1.69 The version 1.69 is chosen instead of 1.70, because the moxie build would not download the jars, trying to download `...1.7.jar` instead. Three class deprecations are fixed. `PEMWriter` and `X509Extension` are replaced with their drop-in replacements `JcaPEMWriter` and `Extension`. The `PasswordFinder` deprecation note says that "it is no longer used". It also was never used in Gitblit's code, so it is removed from the key par provider class. --- build.moxie | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.moxie') diff --git a/build.moxie b/build.moxie index 026ab5bb..d78733bf 100644 --- a/build.moxie +++ b/build.moxie @@ -111,7 +111,7 @@ properties: { lucene.version : 5.5.2 jgit.version : 4.5.7.201904151645-r groovy.version : 2.4.4 - bouncycastle.version : 1.57 + bouncycastle.version : 1.69 selenium.version : 2.28.0 wikitext.version : 1.4 sshd.version: 1.7.0 -- cgit v1.2.3