Skip to content

Commit 60cc3b3

Browse files
committed
Up Spring Boot version to 3.2.11
To make Sentry tests pass
1 parent 48eb7e1 commit 60cc3b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'pmd'
33
id 'io.gatling.gradle' version '3.9.2.1'
44
id 'com.github.johnrengelman.shadow' version '8.1.0'
5-
id 'org.springframework.boot' version '3.2.10'
5+
id 'org.springframework.boot' version '3.2.11'
66
id 'org.openjfx.javafxplugin' version '0.0.13'
77
id("com.github.ben-manes.versions") version "0.46.0"
88
id 'io.sentry.jvm.gradle' version '4.11.0'
@@ -33,7 +33,7 @@ bootJar {
3333
}
3434

3535
ext {
36-
springBootVersion = '3.2.10'
36+
springBootVersion = '3.2.11'
3737
springVersion = '6.0.6'
3838
springOauth2Version = "2.5.2.RELEASE"
3939
springOauth2AutoconfigureVersion = "2.6.8"

0 commit comments

Comments
 (0)