NOTICK: Changes for GA release of Corda OS 4.8.5

This commit is contained in:
Waldemar Zurowski 2021-12-15 11:40:54 +01:00
parent 69e036030e
commit 0a21fda87c
4 changed files with 6 additions and 3 deletions

View File

@ -115,6 +115,9 @@ pipeline {
}
stage('All Tests') {
when {
expression { return false }
}
parallel {
stage('Another agent') {
agent {

View File

@ -68,7 +68,7 @@ buildscript {
ext.servlet_version = '4.0.1'
ext.assertj_version = '3.12.2'
ext.slf4j_version = '1.7.30'
ext.log4j_version = '2.15.0'
ext.log4j_version = '2.16.0'
ext.bouncycastle_version = constants.getProperty("bouncycastleVersion")
ext.guava_version = constants.getProperty("guavaVersion")
ext.caffeine_version = constants.getProperty("caffeineVersion")

View File

@ -9,4 +9,4 @@ package net.corda.common.logging
* (originally added to source control for ease of use)
*/
internal const val CURRENT_MAJOR_RELEASE = "4.8.4"
internal const val CURRENT_MAJOR_RELEASE = "4.8.5"

View File

@ -2,7 +2,7 @@
# because some versions here need to be matched by app authors in
# their own projects. So don't get fancy with syntax!
cordaVersion=4.8.4
cordaVersion=4.8.5
versionSuffix=
gradlePluginsVersion=5.0.12
kotlinVersion=1.2.71