mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-21 22:31:44 +01:00
Use $springVersion variable consistently
Per review feedback at https://github.com/bisq-network/bisq/pull/1862#discussion_r230651226.
This commit is contained in:
parent
f8ec6beedf
commit
978fd2d4ab
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue