Skip to content

Commit 81a0b4c

Browse files
build(deps): bump org.junit:junit-bom in the all-dependencies group (#176)
Bumps the all-dependencies group with 1 update: [org.junit:junit-bom](https://github.com/junit-team/junit5). Updates `org.junit:junit-bom` from 5.10.3 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.3...r5.11.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b15114a commit 81a0b4c

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
@@ -27,7 +27,7 @@ repositories {
2727
}
2828

2929
dependencies {
30-
api platform('org.junit:junit-bom:5.10.3')
30+
api platform('org.junit:junit-bom:5.11.0')
3131
api 'org.junit.jupiter:junit-jupiter-api'
3232
api 'org.junit.jupiter:junit-jupiter-params'
3333

0 commit comments

Comments
 (0)