Skip to content

Commit

Permalink
Upgrades gradle to 5.3.1 and runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhapa committed Apr 2, 2019
1 parent 8f1bf73 commit eddac82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ dependencies {
testCompile 'org.mockito:mockito-core:2.23.4'
testCompile 'org.mockito:mockito-junit-jupiter:2.23.4'

runtime 'org.junit.platform:junit-platform-runner:1.3.2'
runtime 'org.junit.jupiter:junit-jupiter-engine:5.3.2'
runtime 'ch.qos.logback:logback-classic:1.2.3'
runtimeOnly 'org.junit.platform:junit-platform-runner:1.3.2'
runtimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2'
runtimeOnly 'ch.qos.logback:logback-classic:1.2.3'
}

task sourcesJar(type: Jar) {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit eddac82

Please sign in to comment.