Skip to content

Commit 1a1980f

Browse files
build(deps): Bump org.junit:junit-bom from 5.9.3 to 5.11.2 in /app
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.9.3 to 5.11.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.9.3...r5.11.2) --- 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 836bab5 commit 1a1980f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ dependencies {
139139
// Unit Testing
140140
testImplementation(libs.bundles.testing)
141141

142-
testImplementation(platform("org.junit:junit-bom:5.9.3"))
142+
testImplementation(platform("org.junit:junit-bom:5.11.2"))
143143
testImplementation(libs.junit.jupiter)
144144
testRuntimeOnly(libs.junit.jupiter.engine)
145145
testRuntimeOnly(libs.junit.vintage.engine)

0 commit comments

Comments
 (0)