Skip to content

Commit 4f16b94

Browse files
dependabot[bot]ribbons
authored andcommitted
Bump org.junit.jupiter:junit-jupiter from 5.12.2 to 5.13.0
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.12.2 to 5.13.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ddfc8b3 commit 4f16b94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ dependencies {
166166
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1")
167167
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2")
168168

169-
testImplementation("org.junit.jupiter:junit-jupiter:5.12.2")
169+
testImplementation("org.junit.jupiter:junit-jupiter:5.13.0")
170170

171171
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
172172

0 commit comments

Comments
 (0)