Skip to content

symphony-bdk-2.14.0

Compare
Choose a tag to compare
@yinan-symphony yinan-symphony released this 04 May 13:41
b423a92

Bug fixes

#760 Make Activity api offer asynchronous processing option

Dependency upgrades

#764 Upgrade Springboot 2.7.11

Installation

Using Maven:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.finos.symphony.bdk</groupId>
            <artifactId>symphony-bdk-bom</artifactId>
            <version>2.14.0</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Using Gradle:

dependencies {
    implementation platform('org.finos.symphony.bdk:symphony-bdk-bom:2.14.0')
}