Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit 3f358eb

Browse files
Merge pull request #60 from hmcts/sb-350
update reference to incorrect SpringBoot version
2 parents 997764b + 77b79e3 commit 3f358eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ ext {
199199
log4JVersion = "2.24.3"
200200
logbackVersion = "1.5.18"
201201
lombokVersion = "1.18.38"
202-
springBootVersion = "3.4.5"
203202
}
204203

205204
dependencies {
@@ -229,7 +228,7 @@ dependencies {
229228

230229
testImplementation(platform('org.junit:junit-bom:5.12.2'))
231230
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
232-
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: springBootVersion, {
231+
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.5.0', {
233232
exclude group: 'junit', module: 'junit'
234233
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
235234
}

0 commit comments

Comments
 (0)