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 41bd671 commit d596161Copy full SHA for d596161
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.5'
+ id 'org.springframework.boot' version '3.5.6'
6
id 'com.github.ben-manes.versions' version '0.52.0'
7
id 'com.gorylenko.gradle-git-properties' version '2.5.3'
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.5',
+ springBootVersion : '3.5.6',
182
springCloudWiremock : '4.3.0',
183
springDocOpenUi : '2.8.13',
184
swaggerAnnotations : '2.2.37',
0 commit comments