Skip to content

Commit 1ab2a88

Browse files
dependabot[bot]Pfeil
authored andcommitted
build(deps): bump org.junit:junit-bom from 5.10.0 to 5.10.1
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.0...r5.10.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e1bcfb commit 1ab2a88

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
@@ -32,7 +32,7 @@ ext {
3232

3333
dependencies {
3434
// JUnit setup for testing
35-
testImplementation(platform("org.junit:junit-bom:5.10.0"))
35+
testImplementation(platform("org.junit:junit-bom:5.10.1"))
3636
testImplementation 'org.junit.jupiter:junit-jupiter-api'
3737
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
3838
// JSON object mapping / (de-)serialization

0 commit comments

Comments
 (0)