From a54e2694686bac32b34e723115a5b73af5b74f4b Mon Sep 17 00:00:00 2001 From: Miljenko Brkic Date: Tue, 24 Oct 2023 15:25:51 +0100 Subject: [PATCH] CORE-17768 Using beta version of API --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4ce1f782082..5cf01b55410 100644 --- a/gradle.properties +++ b/gradle.properties @@ -46,7 +46,7 @@ commonsTextVersion = 1.10.0 bouncycastleVersion=1.76 # Corda API libs revision (change in 4th digit indicates a breaking change) # Change to 5.1.0.xx-SNAPSHOT to pick up maven local published copy -cordaApiVersion=5.1.0.37-alpha-1698144100593 +cordaApiVersion=5.1.0.37-beta+ disruptorVersion=3.4.4 felixConfigAdminVersion=1.9.26