symphony-bdk-3.2.1
What's Changed
- UPL-160: update OSSRH URI to push to MavenCentral by @tavv94 in #829
- Introduced AuthenticatorFactory interface by @thibauult in #832
Full Changelog: v3.2.0...v3.2.1
Installation
Using Maven:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.finos.symphony.bdk</groupId>
<artifactId>symphony-bdk-bom</artifactId>
<version>3.2.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>Using Gradle:
dependencies {
implementation platform('org.finos.symphony.bdk:symphony-bdk-bom:3.2.1')
}