update gradle wrapper & junit5 dependency

This commit is contained in:
Lars Eckart 2020-06-04 10:22:28 +03:00
parent 82a0083ead
commit 0f729f3192
3 changed files with 8 additions and 7 deletions

View File

@ -3,13 +3,14 @@ plugins {
}
repositories {
maven {
url = 'https://repo.maven.apache.org/maven2'
}
mavenCentral()
}
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.6.2'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
testImplementation 'com.approvaltests:approvaltests:5.0.0'
}
group = 'com.gildedrose'

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View File

@ -11,8 +11,8 @@
<properties>
<java.version>1.8</java.version>
<junit.jupiter.version>5.5.2</junit.jupiter.version>
<maven.maven-surefire-plugin.version>2.22.2</maven.maven-surefire-plugin.version>
<junit.jupiter.version>5.6.2</junit.jupiter.version>
<maven.maven-surefire-plugin.version>3.0.0-M4</maven.maven-surefire-plugin.version>
</properties>
<dependencies>