Skip to content

Commit 7805af9

Browse files
committed
Update Spring dependency versions [SHDP-577]
- add explicit dependency versions for all spring artifacts - update test dependencies
1 parent 40606c3 commit 7805af9

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,10 +334,14 @@ configure(javaProjects()) {
334334

335335
// dependencies that are common across all java projects
336336
dependencies {
337+
compile "org.springframework:spring-core:$springVersion"
338+
compile "org.springframework:spring-beans:$springVersion"
337339
compile "org.springframework:spring-aop:$springVersion"
338340
compile "org.springframework:spring-context:$springVersion"
339341
compile "org.springframework:spring-context-support:$springVersion"
342+
compile "org.springframework:spring-expression:$springVersion"
340343
compile "org.springframework:spring-jdbc:$springVersion"
344+
compile "org.springframework:spring-messaging:$springVersion"
341345
compile "org.springframework:spring-tx:$springVersion"
342346
}
343347

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,20 @@ springBootVersion = 1.3.8.RELEASE
5959
springIntVersion = 4.3.5.RELEASE
6060
springStatemachineVersion = 1.1.0.RELEASE
6161
jacksonVersion = 1.9.13
62-
jackson2Version = 2.4.2
62+
jackson2Version = 2.8.4
6363
commonsioVersion = 2.4
6464
cglibVersion = 3.1
65-
snakeYamlVersion = 1.13
65+
snakeYamlVersion = 1.17
6666
kiteVersion = 1.0.0
67-
httpclientVersion = 4.3.3
68-
jsonpathVersion = 0.8.1
67+
httpclientVersion = 4.5.2
68+
jsonpathVersion = 2.2.0
6969
tomcatEmbedVersion = 8.0.28
7070

7171
## Common testing libraries
7272
junitVersion = 4.12
73-
mockitoVersion = 1.9.5
73+
mockitoVersion = 1.10.19
7474
powermockVersion = 1.6.4
75-
groovyVersion = 2.4.4
75+
groovyVersion = 2.4.7
7676
jrubyVersion = 1.7.12
7777
jythonVersion = 2.5.3
7878
antlrVersion = 3.4

0 commit comments

Comments
 (0)