Use $springVersion variable consistently

Per review feedback at
https://github.com/bisq-network/bisq/pull/1862#discussion_r230651226.
This commit is contained in:
Chris Beams 2018-11-05 11:07:43 +01:00
parent f8ec6beedf
commit 978fd2d4ab
No known key found for this signature in database
GPG key ID: 3D214F8F5BC5ED73

View file

@ -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'