We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a134ec7 commit ba6e824Copy full SHA for ba6e824
1 file changed
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
id 'jacoco'
6
id 'io.spring.dependency-management' version '1.1.6'
7
id 'org.owasp.dependencycheck' version '10.0.4'
8
- id 'org.springframework.boot' version '3.3.5'
+ id 'org.springframework.boot' version '3.3.7'
9
id 'com.github.ben-manes.versions' version '0.51.0'
10
id 'org.sonarqube' version '5.1.0.4882'
11
id "org.flywaydb.flyway" version '9.22.3'
@@ -34,7 +34,7 @@ def versions = [
34
junit : '5.11.4',
35
junitPlatform : '1.11.4',
36
reformLogging : '6.1.7',
37
- springBoot : '3.3.4',
+ springBoot : '3.3.7',
38
springfoxSwagger : '2.10.5',
39
lombok : '1.18.36',
40
flyway : '9.22.3',
0 commit comments