Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit 52c53b6

Browse files
Bump junit:junit from 4.12 to 4.13.2 in /frontend
Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](junit-team/junit4@r4.12...r4.13.2) --- updated-dependencies: - dependency-name: junit:junit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ab55d6 commit 52c53b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dependencies {
8989
implementation("androidx.work:work-runtime-ktx:2.9.0")
9090
implementation("androidx.room:room-ktx:2.6.1")
9191
testImplementation("junit:junit:4.13.2")
92-
androidTestImplementation("junit:junit:4.12")
92+
androidTestImplementation("junit:junit:4.13.2")
9393
androidTestImplementation("androidx.test.ext:junit:1.1.5")
9494
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
9595
androidTestImplementation(platform("androidx.compose:compose-bom:2024.05.00"))

0 commit comments

Comments
 (0)