Skip to content

Commit 6da0c43

Browse files
Yong Sheng Tanystxn
authored andcommitted
feat(pencil): upgraded to BDK 3.0
BREAKING CHANGE: Java 17 is now required as part of Spring Boot 3 which BDK 3.0 uses
1 parent 83ba13e commit 6da0c43

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.finos.symphony.bdk</groupId>
3838
<artifactId>symphony-bdk-bom</artifactId>
39-
<version>2.14.3</version>
39+
<version>3.0.0-RC4</version>
4040
<type>pom</type>
4141
<scope>import</scope>
4242
</dependency>
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>org.finos.symphony.bdk</groupId>
6767
<artifactId>symphony-bdk-test-spring-boot</artifactId>
68-
<version>2.14.3</version>
68+
<version>3.0.0-RC4</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>
@@ -87,7 +87,6 @@
8787
<plugin>
8888
<groupId>org.springframework.boot</groupId>
8989
<artifactId>spring-boot-maven-plugin</artifactId>
90-
<version>2.7.14</version>
9190
<executions>
9291
<execution>
9392
<goals>

0 commit comments

Comments
 (0)