Skip to content

symphony-bdk-2.11.1

Compare
Choose a tag to compare
@yinan-symphony yinan-symphony released this 06 Dec 09:12

Bugfix

#695 Fix Datahose loop

Features

#697 Add security scan github action
#691 Migrate to FINOS Security Scanning

Dependency upgrades

#697 Upgrade Springboot 2.7.6

Installation

Using Maven:

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

Using Gradle:

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