Skip to content

Commit 868e00b

Browse files
chore(deps): bump org.springframework.boot:spring-boot-test
Bumps [org.springframework.boot:spring-boot-test](https://github.com/spring-projects/spring-boot) from 3.4.1 to 3.5.7. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.1...v3.5.7) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-test dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 270e49a commit 868e00b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ dependencies {
4242
implementation platform("org.eclipse.jetty:jetty-bom:12.0.15")
4343
api "org.wiremock:wiremock-jetty12:${wiremockVersion}"
4444

45-
api "org.springframework.boot:spring-boot-test:3.4.1"
45+
api "org.springframework.boot:spring-boot-test:3.5.7"
4646
api "org.springframework:spring-test:6.1.13"
4747
api "org.slf4j:slf4j-api:2.0.16"
4848
api 'org.junit.jupiter:junit-jupiter-api:5.11.2'
4949

5050
testImplementation "org.wiremock:wiremock-jetty12:${wiremockVersion}"
51-
testImplementation "org.springframework.boot:spring-boot-starter-test:3.4.1"
51+
testImplementation "org.springframework.boot:spring-boot-starter-test:3.5.7"
5252
testImplementation 'org.assertj:assertj-core:3.27.4'
5353
testImplementation platform('org.junit:junit-bom:5.11.2')
5454
testImplementation 'org.junit.jupiter:junit-jupiter'
5555
testImplementation 'org.junit.platform:junit-platform-launcher'
5656
testImplementation 'io.rest-assured:rest-assured:5.5.0'
5757
testImplementation 'io.rest-assured:rest-assured:5.5.0'
58-
testImplementation "org.springframework.boot:spring-boot-starter-web:3.4.1"
58+
testImplementation "org.springframework.boot:spring-boot-starter-web:3.5.7"
5959
testImplementation 'io.cucumber:cucumber-java:7.20.1'
6060
testImplementation 'io.cucumber:cucumber-spring:7.20.1'
6161
testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.20.1'

0 commit comments

Comments
 (0)