Skip to content

Commit

Permalink
Update Gradle release plugin to 2.6.0, commons-lang to 3.6 and JaCoCo…
Browse files Browse the repository at this point in the history
… to 0.7.8
  • Loading branch information
centic9 committed Jun 15, 2017
1 parent b896b24 commit a58d660
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
// https://github.com/researchgate/gradle-release
id 'net.researchgate.release' version '2.5.0'
id 'net.researchgate.release' version '2.6.0'
}

apply plugin: 'java'
Expand Down Expand Up @@ -30,7 +30,7 @@ eclipse {

dependencies {
compile 'commons-io:commons-io:2.5'
compile 'org.apache.commons:commons-lang3:3.5'
compile 'org.apache.commons:commons-lang3:3.6'
compile 'org.apache.httpcomponents:httpclient:4.5.2'
compile 'org.apache.commons:commons-exec:1.3'
compile 'log4j:log4j:1.2.17'
Expand Down Expand Up @@ -86,7 +86,7 @@ test {
}

jacoco {
toolVersion = '0.7.7.201606060606'
toolVersion = '0.7.8'
}

jacocoTestReport {
Expand Down

0 comments on commit a58d660

Please sign in to comment.