Skip to content

Commit

Permalink
Update junit and jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed Oct 13, 2020
1 parent a5b499f commit 08c401b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versioncompare/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'jacoco'
dependencies {
compileOnly 'com.google.code.findbugs:jsr305:3.0.2' // only required at compile time

testImplementation 'junit:junit:4.13'
testImplementation 'junit:junit:4.13.1'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.4.3'
}

Expand All @@ -14,7 +14,7 @@ java {
}

jacoco {
toolVersion = '0.8.5'
toolVersion = '0.8.6'
}

jacocoTestReport {
Expand Down

0 comments on commit 08c401b

Please sign in to comment.