summaryrefslogtreecommitdiff
path: root/nexus
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-21 18:01:00 +0100
committerFlorian Dold <florian@dold.me>2021-01-21 18:01:00 +0100
commit4b42ca558d2b2d55220a0356ed3feefda8681fea (patch)
tree2094008095387f1c693a965c7c8468afb3ee62b4 /nexus
parent360d0f8879195fcb95fc3ea6ae95c8c7112270c3 (diff)
downloadlibeufin-4b42ca558d2b2d55220a0356ed3feefda8681fea.tar.gz
libeufin-4b42ca558d2b2d55220a0356ed3feefda8681fea.tar.bz2
libeufin-4b42ca558d2b2d55220a0356ed3feefda8681fea.zip
dependencies
Diffstat (limited to 'nexus')
-rw-r--r--nexus/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/nexus/build.gradle b/nexus/build.gradle
index e46e6cf6..271b51f5 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -102,8 +102,8 @@ dependencies {
// Unit testing
testImplementation 'junit:junit:4.12'
- testImplementation 'org.jetbrains.kotlin:kotlin-test:1.3.50'
- testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.3.50'
+ testImplementation 'org.jetbrains.kotlin:kotlin-test:1.4.30-RC'
+ testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.4.30-RC'
}
application {