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 Dec 18, 2024
1 parent d3bbe89 commit ce97d77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'application'
id 'io.spring.dependency-management' version '1.1.7'
id 'org.springframework.boot' version '3.3.5'
id 'org.springframework.boot' version '3.4.0'
id 'uk.gov.hmcts.java' version '0.12.63'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'com.gorylenko.gradle-git-properties' version '2.4.2'
Expand Down Expand Up @@ -176,8 +176,8 @@ def versions = [
serenity : '4.2.9',
serenityreporter : '4.2.9',
serviceAuthVersion : '5.3.0',
springBootVersion : '3.3.5',
springBootStarterHateoas : '3.3.5',
springBootVersion : '3.4.0',
springBootStarterHateoas : '3.4.0',
springCloud : '4.1.4',
springCloudStarterNetflixHystrix: '4.1.3',
springDocOpenUi : '2.6.0',
Expand Down

0 comments on commit ce97d77

Please sign in to comment.