Skip to content

Commit 102c2de

Browse files
Bump org.junit:junit-bom from 5.10.1 to 5.10.2
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.1...r5.10.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 97015bb commit 102c2de

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
@@ -19,7 +19,7 @@ wrapper {
1919

2020
repositories { mavenLocal(); mavenCentral() }
2121
dependencies {
22-
implementation platform('org.junit:junit-bom:5.10.1')
22+
implementation platform('org.junit:junit-bom:5.10.2')
2323

2424
// direct dependency to prevent usage with older junit api
2525
implementation 'org.junit.jupiter:junit-jupiter-api'

0 commit comments

Comments
 (0)