summaryrefslogtreecommitdiffstats
path: root/build.moxie
diff options
context:
space:
mode:
authorFlorian Zschocke <f.zschocke+git@gmail.com>2022-10-09 22:16:26 +0200
committerFlorian Zschocke <f.zschocke+git@gmail.com>2022-10-25 00:01:01 +0200
commit98f13a89eb7722fdc95d6dc7810f157fb8cfca6b (patch)
treed4205d6d34c7a8cd85e86210fb77d478f8739adb /build.moxie
parent32b1e66805f4e924f5fb72de61f99941967ab125 (diff)
downloadgitblit-98f13a89eb7722fdc95d6dc7810f157fb8cfca6b.tar.gz
gitblit-98f13a89eb7722fdc95d6dc7810f157fb8cfca6b.zip
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.
Diffstat (limited to 'build.moxie')
-rw-r--r--build.moxie2
1 files changed, 1 insertions, 1 deletions
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