Skip to content

Commit 4092f3e

Browse files
Bump de.mannodermaus.android-junit5 from 1.11.2.0 to 1.13.1.0 (#192)
Bumps [de.mannodermaus.android-junit5](https://github.com/mannodermaus/android-junit5) from 1.11.2.0 to 1.13.1.0. - [Release notes](https://github.com/mannodermaus/android-junit5/releases) - [Commits](mannodermaus/android-junit-framework@plugin-1.11.2.0...plugin-1.13.1.0) --- updated-dependencies: - dependency-name: de.mannodermaus.android-junit5 dependency-version: 1.13.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 637801f commit 4092f3e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

stream-result-call-retrofit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
id(libs.plugins.kotlin.android.get().pluginId)
2424
id(libs.plugins.kotlin.serialization.get().pluginId)
2525
id(libs.plugins.nexus.plugin.get().pluginId)
26-
id("de.mannodermaus.android-junit5") version "1.11.2.0"
26+
id("de.mannodermaus.android-junit5") version "1.13.1.0"
2727
}
2828

2929
mavenPublishing {

stream-result-call/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
id(libs.plugins.kotlin.multiplatform.get().pluginId)
2424
id(libs.plugins.kotlin.atomicfu.get().pluginId)
2525
id(libs.plugins.nexus.plugin.get().pluginId)
26-
id("de.mannodermaus.android-junit5") version "1.11.2.0"
26+
id("de.mannodermaus.android-junit5") version "1.13.1.0"
2727
}
2828

2929
mavenPublishing {

0 commit comments

Comments
 (0)