Skip to content

Commit

Permalink
update junit version
Browse files Browse the repository at this point in the history
  • Loading branch information
javajigi committed Jun 12, 2019
1 parent 3e05a8f commit 344b2bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ repositories {
}

dependencies {
compile('com.sparkjava:spark-core:2.8.0')
compile('com.sparkjava:spark-core:2.9.0')
compile('com.sparkjava:spark-template-handlebars:2.7.1')
compile('ch.qos.logback:logback-classic:1.2.3')
testCompile('junit:junit:4.12')
testCompile('org.junit.jupiter:junit-jupiter:5.4.2')
testCompile('org.assertj:assertj-core:3.11.1')
}

0 comments on commit 344b2bc

Please sign in to comment.