Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump spring-boot-starter-test from 2.1.5.RELEASE to 2.5.3 #291

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump spring-boot-starter-test from 2.1.5.RELEASE to 2.5.3
Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.1.5.RELEASE to 2.5.3.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.1.5.RELEASE...v2.5.3)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Jul 23, 2021
commit f9a6bb90e36c3b28166402fc11feb208030e67c7
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ configure(javaprojects) {

dependency 'org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE'
dependency 'org.springframework.boot:spring-boot-configuration-processor:2.1.5.RELEASE'
dependency 'org.springframework.boot:spring-boot-starter-test:2.1.5.RELEASE'
dependency 'org.springframework.boot:spring-boot-starter-test:2.5.3'

}
}
Expand Down