mirror of
https://github.com/corda/corda.git
synced 2025-03-02 20:49:06 +00:00
Merge branch 'release/os/4.11' into snyk-fix-125125f64edce278ab919b90848c0415
This commit is contained in:
commit
33f0d41d82
7
.ci/JenkinsfileStaticAnalysis
Normal file
7
.ci/JenkinsfileStaticAnalysis
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
@Library('corda-shared-build-pipeline-steps') _
|
||||||
|
import com.r3.build.enums.SnykOrganisation
|
||||||
|
|
||||||
|
staticCodeAnalysisPipeline(
|
||||||
|
snykCodeEnabled : true,
|
||||||
|
snykOrg: SnykOrganisation.CORDA_4_OS
|
||||||
|
)
|
@ -24,7 +24,7 @@ jdkClassifier11=jdk11
|
|||||||
dockerJavaVersion=3.2.5
|
dockerJavaVersion=3.2.5
|
||||||
proguardVersion=6.1.1
|
proguardVersion=6.1.1
|
||||||
// bouncy castle version must not be changed on a patch release. Needs a full release test cycle to flush out any issues.
|
// bouncy castle version must not be changed on a patch release. Needs a full release test cycle to flush out any issues.
|
||||||
bouncycastleVersion=1.75
|
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
|
||||||
@ -39,7 +39,7 @@ openSourceSamplesBranch=https://github.com/corda/samples/blob/release-V4
|
|||||||
jolokiaAgentVersion=1.6.1
|
jolokiaAgentVersion=1.6.1
|
||||||
detektVersion=1.0.1
|
detektVersion=1.0.1
|
||||||
tcnativeVersion=2.0.48.Final
|
tcnativeVersion=2.0.48.Final
|
||||||
commonsConfiguration2Version=2.8.0
|
commonsConfiguration2Version=2.11.0
|
||||||
commonsTextVersion=1.10.0
|
commonsTextVersion=1.10.0
|
||||||
|
|
||||||
# ENT-6607 all third party version in here now
|
# ENT-6607 all third party version in here now
|
||||||
@ -50,7 +50,7 @@ capsuleVersion=1.0.3
|
|||||||
asmVersion=7.1
|
asmVersion=7.1
|
||||||
artemisVersion=2.19.1
|
artemisVersion=2.19.1
|
||||||
# TODO Upgrade Jackson only when corda is using kotlin 1.3.10
|
# TODO Upgrade Jackson only when corda is using kotlin 1.3.10
|
||||||
jacksonVersion=2.13.5
|
jacksonVersion=2.17.2
|
||||||
jacksonKotlinVersion=2.9.7
|
jacksonKotlinVersion=2.9.7
|
||||||
jettyVersion=9.4.53.v20231009
|
jettyVersion=9.4.53.v20231009
|
||||||
jerseyVersion=2.25
|
jerseyVersion=2.25
|
||||||
@ -94,7 +94,7 @@ ghostdriverVersion=2.1.0
|
|||||||
jschVersion=0.1.55
|
jschVersion=0.1.55
|
||||||
# Override Artemis version
|
# Override Artemis version
|
||||||
protonjVersion=0.33.0
|
protonjVersion=0.33.0
|
||||||
snappyVersion=0.4
|
snappyVersion=0.5
|
||||||
jcabiManifestsVersion=1.1
|
jcabiManifestsVersion=1.1
|
||||||
picocliVersion=3.9.6
|
picocliVersion=3.9.6
|
||||||
commonsLangVersion=3.9
|
commonsLangVersion=3.9
|
||||||
|
@ -2,3 +2,4 @@ jira==2.0.0
|
|||||||
keyring==13.1.0
|
keyring==13.1.0
|
||||||
termcolor==1.1.0
|
termcolor==1.1.0
|
||||||
requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability
|
requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||||
|
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||||
|
Loading…
x
Reference in New Issue
Block a user