Skip to content

Commit 4c26278

Browse files
committed
Prepare next release version
1 parent 8433c2a commit 4c26278

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id "org.owasp.dependencycheck" version "9.0.9"
44
}
55

6-
ext.projectVersion = '3.1.3-SNAPSHOT'
6+
ext.projectVersion = '3.2.0-SNAPSHOT'
77
ext.isReleaseVersion = !ext.projectVersion.endsWith('SNAPSHOT')
88

99
ext.mavenRepoUrl = project.properties['mavenRepoUrl'] ?: 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'

symphony-bdk-examples/bdk-spring-boot-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'bdk.java-common-conventions'
3-
id 'org.springframework.boot' version "3.5.0"
3+
id 'org.springframework.boot' version "3.5.3"
44
}
55

66
description = 'Symphony Java BDK Examples for the SpringBoot integration'

0 commit comments

Comments
 (0)