Skip to content

Commit

Permalink
Update spring boot to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 1509ce7 commit e9ed048
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 @@ -2,7 +2,7 @@ plugins {
id 'application'
id 'java'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.springframework.boot' version '3.3.5'
id 'org.springframework.boot' version '3.4.0'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'com.gorylenko.gradle-git-properties' version '2.4.2'
id 'info.solidsoft.pitest' version '1.15.0'
Expand Down Expand Up @@ -176,7 +176,7 @@ def versions = [
serenity : '4.2.9',
serviceAuthProviderClient : '5.2.0',
serviceTokenGenerator : '0.6.0',
springBootVersion : '3.3.5',
springBootVersion : '3.4.0',
springCloudWiremock : '4.1.5',
springDocOpenUi : '2.6.0',
springSecurityVersion : '6.4.1'
Expand Down

0 comments on commit e9ed048

Please sign in to comment.