Skip to content

Commit 6bcda0f

Browse files
chore(deps): bump org.springframework:spring-test from 7.0.0 to 7.0.1
Bumps [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: org.springframework:spring-test dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ff309a commit 6bcda0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ project("wiremock-spring-boot", {
3838
// Don't want to force these versions on the user
3939
[
4040
"org.springframework.boot:spring-boot-test:4.0.0-RC2",
41-
"org.springframework:spring-test:7.0.0",
41+
"org.springframework:spring-test:7.0.1",
4242
"org.slf4j:slf4j-api:2.0.17",
4343
"org.junit.jupiter:junit-jupiter-api:6.0.1"
4444
].each {

0 commit comments

Comments
 (0)