Skip to content

Commit

Permalink
Update to spring-boot 3.3.7 (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-wolski authored Jan 13, 2025
1 parent a134ec7 commit ba6e824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'jacoco'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.owasp.dependencycheck' version '10.0.4'
id 'org.springframework.boot' version '3.3.5'
id 'org.springframework.boot' version '3.3.7'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'org.sonarqube' version '5.1.0.4882'
id "org.flywaydb.flyway" version '9.22.3'
Expand Down Expand Up @@ -34,7 +34,7 @@ def versions = [
junit : '5.11.4',
junitPlatform : '1.11.4',
reformLogging : '6.1.7',
springBoot : '3.3.4',
springBoot : '3.3.7',
springfoxSwagger : '2.10.5',
lombok : '1.18.36',
flyway : '9.22.3',
Expand Down

0 comments on commit ba6e824

Please sign in to comment.