Skip to content

Commit

Permalink
Use $springVersion variable consistently
Browse files Browse the repository at this point in the history
Per review feedback at
#1862 (comment).
  • Loading branch information
cbeams committed Nov 5, 2018
1 parent f8ec6be commit 978fd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ configure(project(':common')) {
compile('com.googlecode.json-simple:json-simple:1.1.1') {
exclude(module: 'junit')
}
compile 'org.springframework:spring-core:4.3.6.RELEASE'
compile "org.springframework:spring-core:$springVersion"
compile 'org.slf4j:slf4j-api:1.7.22'
compile 'ch.qos.logback:logback-core:1.1.10'
compile 'ch.qos.logback:logback-classic:1.1.10'
Expand Down

0 comments on commit 978fd2d

Please sign in to comment.