Skip to content

Commit 4cfa201

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

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.9.3"))
35+
testImplementation(platform("org.junit:junit-bom:5.10.0"))
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)