Skip to content

Commit 0484168

Browse files
chore(deps): bump org.springframework.boot:spring-boot-starter-test
Bumps [org.springframework.boot:spring-boot-starter-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-starter-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 c5af3b7 commit 0484168

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
@@ -30,20 +30,20 @@ configurations {
3030
dependencies {
3131
implementation platform("org.eclipse.jetty:jetty-bom:12.0.15")
3232
api "org.wiremock:wiremock-jetty12:${wiremockVersion}"
33-
api "org.springframework.boot:spring-boot-test:3.4.1"
33+
api "org.springframework.boot:spring-boot-test:3.5.7"
3434
api "org.springframework:spring-test:6.1.13"
3535
api "org.slf4j:slf4j-api:2.0.16"
3636
api 'org.junit.jupiter:junit-jupiter-api:5.11.2'
3737

3838
testImplementation "org.wiremock:wiremock-jetty12:${wiremockVersion}"
39-
testImplementation "org.springframework.boot:spring-boot-starter-test:3.4.1"
39+
testImplementation "org.springframework.boot:spring-boot-starter-test:3.5.7"
4040
testImplementation 'org.assertj:assertj-core:3.27.4'
4141
testImplementation platform('org.junit:junit-bom:5.11.2')
4242
testImplementation 'org.junit.jupiter:junit-jupiter'
4343
testImplementation 'org.junit.platform:junit-platform-launcher'
4444
testImplementation 'io.rest-assured:rest-assured:5.5.0'
4545
testImplementation 'io.rest-assured:rest-assured:5.5.0'
46-
testImplementation "org.springframework.boot:spring-boot-starter-web:3.4.1"
46+
testImplementation "org.springframework.boot:spring-boot-starter-web:3.5.7"
4747
testImplementation 'io.cucumber:cucumber-java:7.20.1'
4848
testImplementation 'io.cucumber:cucumber-spring:7.20.1'
4949
testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.20.1'

0 commit comments

Comments
 (0)