mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Merge branch 'release/os/4.11' into snyk-fix-a389c1cf71fd40130672d30e45891faf
This commit is contained in:
commit
36da9f3b67
@ -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
|
||||||
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
|
urllib3>=2.2.2 # 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…
Reference in New Issue
Block a user