summaryrefslogtreecommitdiff
path: root/merchant-lib
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-08-27 16:42:03 -0300
committerTorsten Grote <t@grobox.de>2020-08-27 16:42:03 -0300
commit53d99e46e6b34d4437f46266cb797a65c0736803 (patch)
tree23f21d022abea280132e3440b3825a71483c7bd2 /merchant-lib
parented3f86481a71517e7bf6ffa46dc8d160b508ec38 (diff)
downloadtaler-android-53d99e46e6b34d4437f46266cb797a65c0736803.tar.gz
taler-android-53d99e46e6b34d4437f46266cb797a65c0736803.tar.bz2
taler-android-53d99e46e6b34d4437f46266cb797a65c0736803.zip
[cashier] don't crash on unexpected network input
Diffstat (limited to 'merchant-lib')
-rw-r--r--merchant-lib/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/merchant-lib/build.gradle b/merchant-lib/build.gradle
index 9b349ea..d76f867 100644
--- a/merchant-lib/build.gradle
+++ b/merchant-lib/build.gradle
@@ -54,5 +54,5 @@ dependencies {
testImplementation 'junit:junit:4.13'
testImplementation "io.ktor:ktor-client-mock-jvm:$ktor_version"
testImplementation "io.ktor:ktor-client-logging-jvm:$ktor_version"
- testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.8'
+ testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.9'
}