We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1d282 commit 3c67d84Copy full SHA for 3c67d84
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id 'java'
4
id 'jacoco'
5
id 'io.spring.dependency-management' version '1.1.7'
6
- id 'org.springframework.boot' version '3.4.4'
+ id 'org.springframework.boot' version '3.4.5'
7
id 'com.github.ben-manes.versions' version '0.52.0'
8
id 'org.sonarqube' version '6.1.0.5360'
9
@@ -149,7 +149,7 @@ ext {
149
log4JVersion = "2.24.3"
150
logbackVersion = "1.5.18"
151
lombokVersion = "1.18.38"
152
- springBootVersion = "3.4.4"
+ springBootVersion = "3.4.5"
153
}
154
155
ext['snakeyaml.version'] = '2.0'
0 commit comments