Skip to content

Commit

Permalink
Update spring boot to v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 6c59475 commit 9dc69f8
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.7'
id 'org.springframework.boot' version '3.3.5'
id 'org.springframework.boot' version '3.4.1'
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.3.0',
serviceTokenGenerator : '0.6.0',
springBootVersion : '3.3.5',
springBootVersion : '3.4.1',
springCloudWiremock : '4.2.0',
springDocOpenUi : '2.6.0',
springSecurityVersion : '6.4.2'
Expand Down

0 comments on commit 9dc69f8

Please sign in to comment.