Skip to content

Commit

Permalink
chore(deps): bump kluent from 1.68 to 1.73 (#1936)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 13, 2023
1 parent 8b4dcda commit a4e8259
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 @@ -22,7 +22,7 @@ private object Dependencies {
const val kotlinGradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21"
const val detektGradlePlugin = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.19.0"
const val junit = "junit:junit:4.13"
const val kluent = "org.amshove.kluent:kluent:1.68"
const val kluent = "org.amshove.kluent:kluent:1.73"
const val hilt = "com.google.dagger:hilt-android-gradle-plugin:2.38.1"
const val spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.1.2"
const val junit5 = "de.mannodermaus.gradle.plugins:android-junit5:1.9.3.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ androidx-test-uiAutomator = "2.2.0"
androidx-text-archCore = "2.1.0"
junit4 = "4.13"
junit5 = "5.8.2"
kluent = "1.68"
kluent = "1.73"
mockk = "1.13.4"
okio = "3.2.0"
turbine = "1.0.0"
Expand Down

0 comments on commit a4e8259

Please sign in to comment.