Skip to content

Commit

Permalink
finalize library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhapa committed Dec 12, 2018
1 parent 57a73f2 commit bc2134c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ dependencies {
compile 'com.fasterxml.jackson.core:jackson-databind:2.3.2'

testCompile 'org.hamcrest:hamcrest:2.+'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.+'
testCompile 'org.junit.jupiter:junit-jupiter-params:5.+'
testCompile 'org.mockito:mockito-core:2.+'
testCompile 'org.mockito:mockito-junit-jupiter:2.+'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.3.2'
testCompile 'org.junit.jupiter:junit-jupiter-params:5.3.2'
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.+'
runtime 'org.junit.jupiter:junit-jupiter-engine:5.+'
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.1.3'

asciidoclet 'org.asciidoctor:asciidoclet:1.+'
asciidoclet 'org.asciidoctor:asciidoclet:1.5.6'
}

task sourcesJar(type: Jar) {
Expand Down

0 comments on commit bc2134c

Please sign in to comment.