mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-02 20:59:10 +01:00
Update bouncycastle due to snyk
See SNYK-JAVA-ORGBOUNCYCASTLE-6612985
This commit is contained in:
@@ -12,7 +12,7 @@ ext {
|
||||
shiroVersion = '1.12.0'
|
||||
sspVersion = '1.3.0'
|
||||
jjwtVersion = '0.11.5'
|
||||
bouncycastleVersion = '2.73.3'
|
||||
bouncycastleVersion = '2.73.6'
|
||||
jettyVersion = '11.0.16'
|
||||
luceneVersion = '8.9.0'
|
||||
|
||||
|
||||
@@ -83,7 +83,11 @@ dependencies {
|
||||
implementation libraries.bouncycastleProv
|
||||
implementation libraries.bouncycastlePkix
|
||||
|
||||
implementation 'org.pgpainless:pgpainless-core:1.5.0'
|
||||
implementation 'org.pgpainless:pgpainless-core:1.6.7'
|
||||
constraints {
|
||||
implementation 'org.bouncycastle:bcprov-jdk18on:1.78'
|
||||
implementation 'org.bouncycastle:bcpg-jdk18on:1.78'
|
||||
}
|
||||
|
||||
// json
|
||||
implementation libraries.jacksonJaxbAnnotations
|
||||
|
||||
Reference in New Issue
Block a user