mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
c0d354e97a
* CORDA-3845: Update BC to 1.64 * CORDA-3845: Upgraded log4j to 2.12.1 * We can remove the use of Manifests from the logging package so that when _it_ logs it doesn't error on the fact the stream was already closed by the default Java logger. * Remove the logging package as a plugin * latest BC version * Remove old test * Fix some rebased changes to log file handling * Update slf4j too Co-authored-by: Ryan Fowler <fowlerrr@users.noreply.github.com> Co-authored-by: Adel El-Beik <adel.el-beik@r3.com>
39 lines
1.2 KiB
Properties
39 lines
1.2 KiB
Properties
# 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!
|
|
|
|
|
|
cordaVersion=4.3
|
|
versionSuffix=SNAPSHOT
|
|
gradlePluginsVersion=5.0.4
|
|
kotlinVersion=1.2.71
|
|
java8MinUpdateVersion=171
|
|
# ***************************************************************#
|
|
# When incrementing platformVersion make sure to update #
|
|
# net.corda.core.internal.CordaUtilsKt.PLATFORM_VERSION as well. #
|
|
# ***************************************************************#
|
|
platformVersion=5
|
|
guavaVersion=28.0-jre
|
|
# Quasar version to use with Java 8:
|
|
quasarVersion=0.7.10
|
|
quasarClassifier=jdk8
|
|
# Quasar version to use with Java 11:
|
|
quasarVersion11=0.8.0
|
|
# Specify a classifier for Java 11 built artifacts
|
|
jdkClassifier11=jdk11
|
|
proguardVersion=6.1.1
|
|
bouncycastleVersion=1.66
|
|
classgraphVersion=4.8.78
|
|
disruptorVersion=3.4.2
|
|
typesafeConfigVersion=1.3.4
|
|
jsr305Version=3.0.2
|
|
artifactoryPluginVersion=4.7.3
|
|
snakeYamlVersion=1.19
|
|
caffeineVersion=2.7.0
|
|
metricsVersion=4.1.0
|
|
metricsNewRelicVersion=1.1.1
|
|
openSourceBranch=https://github.com/corda/corda/blob/release/os/4.3
|
|
openSourceSamplesBranch=https://github.com/corda/samples/blob/release-V4
|
|
jolokiaAgentVersion=1.6.1
|
|
|