Skip to content

Commit

Permalink
chore(deps): bump junit:junit from 4.13 to 4.13.2 (#2032)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 1, 2023
1 parent f2182c9 commit 143eca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
private object Dependencies {
const val kotlinGradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0"
const val detektGradlePlugin = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.0"
const val junit = "junit:junit:4.13"
const val junit = "junit:junit:4.13.2"
const val kluent = "org.amshove.kluent:kluent:1.73"
const val hilt = "com.google.dagger:hilt-android-gradle-plugin:2.47"
const val spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.1.2"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ androidx-test-rules = "1.4.0"
androidx-test-runner = "1.4.0"
androidx-test-uiAutomator = "2.2.0"
androidx-text-archCore = "2.1.0"
junit4 = "4.13"
junit4 = "4.13.2"
junit5 = "5.10.0"
kluent = "1.73"
mockk = "1.13.5"
Expand Down

0 comments on commit 143eca0

Please sign in to comment.