mirror of
https://github.com/corda/corda.git
synced 2025-01-07 05:28:51 +00:00
Vulnerability updates
This commit is contained in:
parent
729883555f
commit
f548c8bdd5
@ -121,7 +121,7 @@ buildscript {
|
|||||||
ext.proguard_version = constants.getProperty('proguardVersion')
|
ext.proguard_version = constants.getProperty('proguardVersion')
|
||||||
ext.jsch_version = '0.1.55'
|
ext.jsch_version = '0.1.55'
|
||||||
ext.protonj_version = '0.33.0' // Overide Artemis version
|
ext.protonj_version = '0.33.0' // Overide Artemis version
|
||||||
ext.snappy_version = '0.4'
|
ext.snappy_version = '0.5'
|
||||||
ext.class_graph_version = constants.getProperty('classgraphVersion')
|
ext.class_graph_version = constants.getProperty('classgraphVersion')
|
||||||
ext.jcabi_manifests_version = '1.1'
|
ext.jcabi_manifests_version = '1.1'
|
||||||
ext.picocli_version = '3.9.6'
|
ext.picocli_version = '3.9.6'
|
||||||
|
@ -20,7 +20,7 @@ quasarVersion11=0.8.1_r3
|
|||||||
jdkClassifier11=jdk11
|
jdkClassifier11=jdk11
|
||||||
dockerJavaVersion=3.2.5
|
dockerJavaVersion=3.2.5
|
||||||
proguardVersion=6.1.1
|
proguardVersion=6.1.1
|
||||||
bouncycastleVersion=1.68
|
bouncycastleVersion=1.78.1
|
||||||
classgraphVersion=4.8.135
|
classgraphVersion=4.8.135
|
||||||
disruptorVersion=3.4.2
|
disruptorVersion=3.4.2
|
||||||
typesafeConfigVersion=1.3.4
|
typesafeConfigVersion=1.3.4
|
||||||
|
@ -45,8 +45,8 @@ dependencies {
|
|||||||
|
|
||||||
// These dependencies will become "runtime" scoped in our published POM.
|
// These dependencies will become "runtime" scoped in our published POM.
|
||||||
// See publish.dependenciesFrom.defaultScope.
|
// See publish.dependenciesFrom.defaultScope.
|
||||||
deterministicLibraries "org.bouncycastle:bcprov-jdk15on:$bouncycastle_version"
|
deterministicLibraries "org.bouncycastle:bcprov-jdk18on:$bouncycastle_version"
|
||||||
deterministicLibraries "org.bouncycastle:bcpkix-jdk15on:$bouncycastle_version"
|
deterministicLibraries "org.bouncycastle:bcpkix-jdk18on:$bouncycastle_version"
|
||||||
deterministicLibraries "net.i2p.crypto:eddsa:$eddsa_version"
|
deterministicLibraries "net.i2p.crypto:eddsa:$eddsa_version"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -72,8 +72,8 @@ dependencies {
|
|||||||
compile "net.i2p.crypto:eddsa:$eddsa_version"
|
compile "net.i2p.crypto:eddsa:$eddsa_version"
|
||||||
|
|
||||||
// Bouncy castle support needed for X509 certificate manipulation
|
// Bouncy castle support needed for X509 certificate manipulation
|
||||||
compile "org.bouncycastle:bcprov-jdk15on:${bouncycastle_version}"
|
compile "org.bouncycastle:bcprov-jdk18on:${bouncycastle_version}"
|
||||||
compile "org.bouncycastle:bcpkix-jdk15on:${bouncycastle_version}"
|
compile "org.bouncycastle:bcpkix-jdk18on:${bouncycastle_version}"
|
||||||
|
|
||||||
// JPA 2.2 annotations.
|
// JPA 2.2 annotations.
|
||||||
compile "javax.persistence:javax.persistence-api:2.2"
|
compile "javax.persistence:javax.persistence-api:2.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user