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 e16a100 commit b658004Copy full SHA for b658004
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'application'
3
id 'java'
4
id 'io.spring.dependency-management' version '1.1.7'
5
- id 'org.springframework.boot' version '3.5.3'
+ id 'org.springframework.boot' version '3.5.4'
6
id 'com.github.ben-manes.versions' version '0.52.0'
7
id 'com.gorylenko.gradle-git-properties' version '2.5.2'
8
id 'info.solidsoft.pitest' version '1.15.0'
@@ -178,7 +178,7 @@ def versions = [
178
serenity : '4.2.34',
179
serviceAuthProviderClient : '5.3.3',
180
serviceTokenGenerator : '0.6.0',
181
- springBootVersion : '3.5.3',
+ springBootVersion : '3.5.4',
182
springCloudWiremock : '4.3.0',
183
springDocOpenUi : '2.8.9',
184
springSecurityVersion : '6.5.2',
0 commit comments