Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@ versionSuffix=-SNAPSHOT

# The version of Corda that the shell depends on
# When creating a release build, this should be changed to point to a specific Corda version (e.g 4.9)
cordaReleaseVersion=4.12-RC01
cordaReleaseVersion=4.14-SNAPSHOT
cordaReleaseGroup=net.corda
cordaPlatformVersion=141
cordaPlatformVersion=160
kotlinVersion=1.9.23
crashVersion=1.7.6
crashVersion=1.7.7
sshdCoreVersion=2.13.0_r3
quasar_version=0.9.0_r3
bouncycastleVersion=1.73
quasar_version=0.9.2_r3
bouncycastleVersion=2.73.9
jansiVersion=1.18
rxjavaVersion=1.3.8
jacksonVersion=2.17.0
picocliVersion=3.9.6
typesafeConfigVersion=1.3.4
guavaVersion=33.1.0-jre
commonsLang3Version=3.12.0
artemisVersion=2.32.0
commonsLang3Version=3.19.0
artemisVersion=2.44.0
caffeineVersion=3.1.8
log4jVersion=2.23.1
log4jVersion=2.25.1
slf4jVersion=2.0.12
junitVersion=4.12
junitVintageVersion=5.5.0-RC1
junitPlatformVersion=1.5.0-RC1
junitJupiterVersion=5.5.0-RC1
assertJVersion=3.12.2
jschVersion=0.1.55
gradlePluginsVersion=5.1.0
gradlePluginsVersion=5.1.1
mockitoVersion=5.5.0
mockitoKotlinVersion=5.1.0
mockitoKotlinVersion=5.2.1
internalPublishVersion=1.+
4 changes: 2 additions & 2 deletions shell/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ dependencies {
implementation "$cordaReleaseGroup:corda-jackson:$cordaReleaseVersion"

// Bouncy castle support needed for X509 certificate manipulation
testImplementation "org.bouncycastle:bcprov-jdk18on:${bouncycastleVersion}"
testImplementation "org.bouncycastle:bcpkix-jdk18on:${bouncycastleVersion}"
testImplementation "org.bouncycastle:bcprov-lts8on:${bouncycastleVersion}"
testImplementation "org.bouncycastle:bcpkix-lts8on:${bouncycastleVersion}"

testImplementation "co.paralleluniverse:quasar-core:$quasar_version"

Expand Down