summaryrefslogtreecommitdiff
path: root/domain/build.gradle
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2021-06-22 15:33:33 +0200
committerMike Vink <mike1994vink@gmail.com>2021-06-22 15:33:33 +0200
commit431af32d73a37887fa7d35f371a21260f5e93949 (patch)
tree8b4ba7609184c20c96f2bd3449022105385af80a /domain/build.gradle
parent653764b4fcd3fd951cb1ca7b7993a1736fd9dda6 (diff)
refactoring endgame
Diffstat (limited to 'domain/build.gradle')
-rw-r--r--domain/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/domain/build.gradle b/domain/build.gradle
index 001d2dd..fe53df0 100644
--- a/domain/build.gradle
+++ b/domain/build.gradle
@@ -11,8 +11,8 @@ repositories {
dependencies {
// Download JUnit so that we can use it in our tests.
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.2'
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
testRuntimeOnly "org.junit.platform:junit-platform-commons:1.7.0"
}