Skip to content

Commit 87979dd

Browse files
Update spring boot to v3.4.5 (#9)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d5d723a commit 87979dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'java'
44
id 'jacoco'
55
id 'io.spring.dependency-management' version '1.1.7'
6-
id 'org.springframework.boot' version '3.4.4'
6+
id 'org.springframework.boot' version '3.4.5'
77
id 'com.github.ben-manes.versions' version '0.52.0'
88
id 'org.sonarqube' version '6.1.0.5360'
99

@@ -149,7 +149,7 @@ ext {
149149
log4JVersion = "2.24.3"
150150
logbackVersion = "1.5.18"
151151
lombokVersion = "1.18.38"
152-
springBootVersion = "3.4.4"
152+
springBootVersion = "3.4.5"
153153
}
154154

155155
ext['snakeyaml.version'] = '2.0'

0 commit comments

Comments
 (0)