We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8433c2a commit 4c26278Copy full SHA for 4c26278
2 files changed
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id "org.owasp.dependencycheck" version "9.0.9"
4
}
5
6
-ext.projectVersion = '3.1.3-SNAPSHOT'
+ext.projectVersion = '3.2.0-SNAPSHOT'
7
ext.isReleaseVersion = !ext.projectVersion.endsWith('SNAPSHOT')
8
9
ext.mavenRepoUrl = project.properties['mavenRepoUrl'] ?: 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
symphony-bdk-examples/bdk-spring-boot-example/build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'bdk.java-common-conventions'
- id 'org.springframework.boot' version "3.5.0"
+ id 'org.springframework.boot' version "3.5.3"
description = 'Symphony Java BDK Examples for the SpringBoot integration'
0 commit comments