Skip to content

Commit

Permalink
Merge pull request #3544 from vector-im/dependabot/gradle/org.amshove…
Browse files Browse the repository at this point in the history
….kluent-kluent-android-1.67

Bump kluent-android from 1.65 to 1.67
  • Loading branch information
bmarty authored Jun 24, 2021
2 parents f5ecaa0 + e2e3e2d commit ca3e5cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion matrix-sdk-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ dependencies {
//testImplementation 'org.robolectric:shadows-support-v4:3.0'
// Note: version sticks to 1.9.2 due to https://github.com/mockk/mockk/issues/281
testImplementation 'io.mockk:mockk:1.11.0'
testImplementation 'org.amshove.kluent:kluent-android:1.65'
testImplementation 'org.amshove.kluent:kluent-android:1.67'
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutines_version"
// Plant Timber tree for test
testImplementation 'net.lachlanmckee:timber-junit-rule:1.0.1'
Expand Down
2 changes: 1 addition & 1 deletion vector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ dependencies {
def jjwt_version = '0.11.2'

// Tests
def kluent_version = '1.65'
def kluent_version = '1.67'
def androidxTest_version = '1.3.0'
def espresso_version = '3.3.0'

Expand Down

0 comments on commit ca3e5cd

Please sign in to comment.