2019-03-07 12:13:18 +00:00
|
|
|
# This file is parsed from Python in the docs/source/conf.py file
|
|
|
|
# because some versions here need to be matched by app authors in
|
|
|
|
# their own projects. So don't get fancy with syntax!
|
2022-06-22 15:20:03 +00:00
|
|
|
# Fancy syntax - multi pass ${whatever} replacement
|
2019-03-07 12:13:18 +00:00
|
|
|
|
2023-09-14 10:13:15 +00:00
|
|
|
cordaVersion=4.12
|
2019-12-11 17:50:27 +00:00
|
|
|
versionSuffix=SNAPSHOT
|
2020-08-12 13:30:40 +00:00
|
|
|
gradlePluginsVersion=5.0.12
|
2018-10-22 14:53:09 +00:00
|
|
|
kotlinVersion=1.2.71
|
2019-03-07 12:13:18 +00:00
|
|
|
java8MinUpdateVersion=171
|
2018-10-05 08:28:00 +00:00
|
|
|
# ***************************************************************#
|
|
|
|
# When incrementing platformVersion make sure to update #
|
|
|
|
# net.corda.core.internal.CordaUtilsKt.PLATFORM_VERSION as well. #
|
|
|
|
# ***************************************************************#
|
2023-09-15 20:03:13 +00:00
|
|
|
platformVersion=14
|
2022-12-08 16:54:38 +00:00
|
|
|
openTelemetryVersion=1.20.1
|
|
|
|
openTelemetrySemConvVersion=1.20.1-alpha
|
2019-06-20 15:19:16 +00:00
|
|
|
guavaVersion=28.0-jre
|
2019-09-20 14:10:15 +00:00
|
|
|
# Quasar version to use with Java 8:
|
2023-11-03 15:43:51 +00:00
|
|
|
quasarVersion=0.7.16_r3
|
2019-09-20 14:10:15 +00:00
|
|
|
# Quasar version to use with Java 11:
|
2020-09-02 13:35:30 +00:00
|
|
|
quasarVersion11=0.8.1_r3
|
2019-10-08 09:45:10 +00:00
|
|
|
jdkClassifier11=jdk11
|
2020-11-20 10:21:53 +00:00
|
|
|
dockerJavaVersion=3.2.5
|
2019-06-20 15:19:16 +00:00
|
|
|
proguardVersion=6.1.1
|
2022-09-30 16:49:21 +00:00
|
|
|
// bouncy castle version must not be changed on a patch release. Needs a full release test cycle to flush out any issues.
|
2023-07-31 09:42:28 +00:00
|
|
|
bouncycastleVersion=1.75
|
2021-11-23 09:43:41 +00:00
|
|
|
classgraphVersion=4.8.135
|
2018-10-02 09:33:17 +00:00
|
|
|
disruptorVersion=3.4.2
|
2019-06-20 15:19:16 +00:00
|
|
|
typesafeConfigVersion=1.3.4
|
2017-11-23 22:27:24 +00:00
|
|
|
jsr305Version=3.0.2
|
2020-07-15 09:46:29 +00:00
|
|
|
artifactoryPluginVersion=4.16.1
|
2023-04-06 18:14:30 +00:00
|
|
|
snakeYamlVersion=1.33
|
2022-05-16 17:16:54 +00:00
|
|
|
caffeineVersion=2.9.3
|
2019-06-20 15:19:16 +00:00
|
|
|
metricsVersion=4.1.0
|
2018-08-09 17:17:20 +00:00
|
|
|
metricsNewRelicVersion=1.1.1
|
2019-11-14 10:40:12 +00:00
|
|
|
openSourceBranch=https://github.com/corda/corda/blob/release/os/4.4
|
2019-08-07 13:23:33 +00:00
|
|
|
openSourceSamplesBranch=https://github.com/corda/samples/blob/release-V4
|
2019-10-14 09:08:01 +00:00
|
|
|
jolokiaAgentVersion=1.6.1
|
2020-02-14 17:31:02 +00:00
|
|
|
detektVersion=1.0.1
|
2022-02-16 18:10:05 +00:00
|
|
|
tcnativeVersion=2.0.48.Final
|
2022-08-01 12:00:57 +00:00
|
|
|
commonsConfiguration2Version=2.8.0
|
2022-10-17 16:44:32 +00:00
|
|
|
commonsTextVersion=1.10.0
|
2022-02-22 18:09:30 +00:00
|
|
|
|
|
|
|
# ENT-6607 all third party version in here now
|
|
|
|
|
|
|
|
# gradle-capsule-plugin:1.0.2 contains capsule:1.0.1 by default.
|
|
|
|
# We must configure it manually to use the latest capsule version.
|
|
|
|
capsuleVersion=1.0.3
|
|
|
|
asmVersion=7.1
|
|
|
|
artemisVersion=2.19.1
|
|
|
|
# TODO Upgrade Jackson only when corda is using kotlin 1.3.10
|
2023-04-27 16:00:08 +00:00
|
|
|
jacksonVersion=2.13.5
|
2022-04-01 15:58:08 +00:00
|
|
|
jacksonKotlinVersion=2.9.7
|
2023-09-27 10:27:58 +00:00
|
|
|
jettyVersion=9.4.52.v20230823
|
2022-02-22 18:09:30 +00:00
|
|
|
jerseyVersion=2.25
|
|
|
|
servletVersion=4.0.1
|
|
|
|
assertjVersion=3.12.2
|
|
|
|
slf4JVersion=1.7.30
|
|
|
|
log4JVersion=2.17.1
|
2022-09-30 16:49:21 +00:00
|
|
|
okhttpVersion=3.14.9
|
2022-10-06 11:33:36 +00:00
|
|
|
nettyVersion=4.1.77.Final
|
2022-02-22 18:09:30 +00:00
|
|
|
fileuploadVersion=1.4
|
|
|
|
kryoVersion=4.0.2
|
|
|
|
kryoSerializerVersion=0.43
|
|
|
|
# Legacy JUnit 4 version
|
|
|
|
junitVersion=4.12
|
|
|
|
# Need this version to access classpath scanning error handling fix -
|
|
|
|
# see https://github.com/junit-team/junit5/commit/389de48c2a18c5a93a7203ef424aa47a8a835a74
|
|
|
|
# Upgrade to 5.5.x when GA release is available.
|
|
|
|
junitVintageVersion=5.5.0-RC1
|
|
|
|
junitJupiterVersion=5.5.0-RC1
|
|
|
|
junitPlatformVersion=1.5.0-RC1
|
|
|
|
mockitoVersion=2.28.2
|
|
|
|
mockitoKotlinVersion=1.6.0
|
|
|
|
hamkrestVersion=1.7.0.0
|
|
|
|
joptSimpleVersion=5.0.2
|
|
|
|
jansiVersion=1.18
|
2023-07-07 12:29:35 +00:00
|
|
|
hibernateVersion=5.6.14.Final
|
2022-02-22 18:09:30 +00:00
|
|
|
# h2Version - Update docs if renamed or removed.
|
2023-11-03 13:44:49 +00:00
|
|
|
h2Version=2.2.224
|
2022-02-22 18:09:30 +00:00
|
|
|
rxjavaVersion=1.3.8
|
2022-02-25 13:29:20 +00:00
|
|
|
dokkaVersion=0.10.1
|
2022-02-22 18:09:30 +00:00
|
|
|
eddsaVersion=0.3.0
|
|
|
|
dependencyCheckerVersion=5.2.0
|
|
|
|
commonsCollectionsVersion=4.3
|
|
|
|
beanutilsVersion=1.9.4
|
2022-10-17 16:44:32 +00:00
|
|
|
shiroVersion=1.10.0
|
2022-02-22 18:09:30 +00:00
|
|
|
hikariVersion=3.3.1
|
2023-07-07 12:29:35 +00:00
|
|
|
liquibaseVersion=4.20.0
|
2022-02-22 18:09:30 +00:00
|
|
|
dockerComposeRuleVersion=1.5.0
|
|
|
|
seleniumVersion=3.141.59
|
|
|
|
ghostdriverVersion=2.1.0
|
|
|
|
jschVersion=0.1.55
|
|
|
|
# Override Artemis version
|
|
|
|
protonjVersion=0.33.0
|
|
|
|
snappyVersion=0.4
|
|
|
|
jcabiManifestsVersion=1.1
|
|
|
|
picocliVersion=3.9.6
|
|
|
|
commonsLangVersion=3.9
|
|
|
|
commonsIoVersion=2.6
|
|
|
|
controlsfxVersion=8.40.15
|
|
|
|
# FontAwesomeFX for Java8
|
|
|
|
fontawesomefxCommonsJava8Version=8.15
|
|
|
|
fontawesomefxFontawesomeJava8Version=4.7.0-5
|
|
|
|
# FontAwesomeFX for a more recent version of the Java Runtime (class file version 55.0)
|
|
|
|
fontawesomefxCommonsVersion=11.0
|
|
|
|
fontawesomefxFontawesomeVersion=4.7.0-11
|
2023-11-02 17:46:29 +00:00
|
|
|
javaassistVersion=3.27.0-GA
|