Skip to content

Commit ba6e824

Browse files
Update to spring-boot 3.3.7 (#575)
1 parent a134ec7 commit ba6e824

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'jacoco'
66
id 'io.spring.dependency-management' version '1.1.6'
77
id 'org.owasp.dependencycheck' version '10.0.4'
8-
id 'org.springframework.boot' version '3.3.5'
8+
id 'org.springframework.boot' version '3.3.7'
99
id 'com.github.ben-manes.versions' version '0.51.0'
1010
id 'org.sonarqube' version '5.1.0.4882'
1111
id "org.flywaydb.flyway" version '9.22.3'
@@ -34,7 +34,7 @@ def versions = [
3434
junit : '5.11.4',
3535
junitPlatform : '1.11.4',
3636
reformLogging : '6.1.7',
37-
springBoot : '3.3.4',
37+
springBoot : '3.3.7',
3838
springfoxSwagger : '2.10.5',
3939
lombok : '1.18.36',
4040
flyway : '9.22.3',

0 commit comments

Comments
 (0)