Skip to content

Commit 22701b7

Browse files
dependabot[bot]Pfeil
authored andcommitted
build(deps): bump org.junit:junit-bom from 5.11.2 to 5.11.3
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.2...r5.11.3) --- 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 95b595b commit 22701b7

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
@@ -41,7 +41,7 @@ ext {
4141
dependencies {
4242
// JUnit setup for testing
4343
testImplementation 'org.junit.jupiter:junit-jupiter-params'
44-
testImplementation(platform("org.junit:junit-bom:5.11.2"))
44+
testImplementation(platform("org.junit:junit-bom:5.11.3"))
4545
testImplementation 'org.junit.jupiter:junit-jupiter-api'
4646
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
4747
// JSON object mapping / (de-)serialization

0 commit comments

Comments
 (0)