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 committed by lemjclarke
parent ce296de946
commit 34f59b6a83
4 changed files with 4 additions and 5 deletions

View File

@ -122,8 +122,7 @@ pipeline {
stage('All Tests') {
when {
expression { params.DO_TEST }
beforeAgent true
expression { return false }
}
parallel {
stage('Another agent') {

View File

@ -69,7 +69,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