Skip to content

Commit

Permalink
build(deps): bump junit5Version from 5.6.2 to 5.7.2
Browse files Browse the repository at this point in the history
Bumps `junit5Version` from 5.6.2 to 5.7.2.

Updates `junit-jupiter-params` from 5.6.2 to 5.7.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.6.2...r5.7.2)

Updates `junit-jupiter-api` from 5.6.2 to 5.7.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.6.2...r5.7.2)

Updates `junit-jupiter-engine` from 5.6.2 to 5.7.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.6.2...r5.7.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and audig committed Jun 1, 2021
1 parent b387816 commit 5a2177e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ configurations {
}
}
ext {
junit5Version = '5.6.2'
junit5Version = '5.7.2'
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
Expand Down

0 comments on commit 5a2177e

Please sign in to comment.