mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-07-08 13:55:24 +02:00
update dependencies
This commit is contained in:
+3
-3
@@ -2,7 +2,7 @@ apply plugin: 'java'
|
|||||||
|
|
||||||
group 'kata'
|
group 'kata'
|
||||||
version '1.0-SNAPSHOT'
|
version '1.0-SNAPSHOT'
|
||||||
sourceCompatibility = 11
|
sourceCompatibility = JavaVersion.VERSION_11
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
@@ -16,6 +16,6 @@ test {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
testCompile 'org.junit.jupiter:junit-jupiter:5.5.1'
|
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.2'
|
||||||
testCompile 'com.approvaltests:approvaltests:3.2.0'
|
testImplementation 'com.approvaltests:approvaltests:4.0.2'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user