We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48eb7e1 commit 60cc3b3Copy full SHA for 60cc3b3
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'pmd'
3
id 'io.gatling.gradle' version '3.9.2.1'
4
id 'com.github.johnrengelman.shadow' version '8.1.0'
5
- id 'org.springframework.boot' version '3.2.10'
+ id 'org.springframework.boot' version '3.2.11'
6
id 'org.openjfx.javafxplugin' version '0.0.13'
7
id("com.github.ben-manes.versions") version "0.46.0"
8
id 'io.sentry.jvm.gradle' version '4.11.0'
@@ -33,7 +33,7 @@ bootJar {
33
}
34
35
ext {
36
- springBootVersion = '3.2.10'
+ springBootVersion = '3.2.11'
37
springVersion = '6.0.6'
38
springOauth2Version = "2.5.2.RELEASE"
39
springOauth2AutoconfigureVersion = "2.6.8"
0 commit comments