Skip to content

Commit a5cbaea

Browse files
committed
Update to use latest Spring, Boot, Integration and Security versions [SHDP-586]
1 parent 7e44667 commit a5cbaea

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def forceDependencyVersions(project, distro) {
6161
println "Building Spring for Apache Hadoop version: [$version]"
6262
println "Using Spring Framework version: [$springVersion]"
6363
println "Using Java version: [" + System.getProperty("java.version") + "]"
64+
println "Using JAVA_HOME: [" + System.getenv("JAVA_HOME") + "]"
6465

6566
//
6667
// Select the Hadoop distribution used for building the binaries

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ defaultSqoop2Version = 1.99.6
4545
defaultSparkVersion = 1.5.0
4646

4747
## Common libraries
48-
springVersion = 4.3.4.RELEASE
49-
springSecurityVersion = 4.2.0.RELEASE
48+
springVersion = 4.3.9.RELEASE
49+
springSecurityVersion = 4.2.3.RELEASE
5050
springBatchVersion = 3.0.7.RELEASE
51-
springBootVersion = 1.4.2.RELEASE
52-
springIntVersion = 4.3.5.RELEASE
51+
springBootVersion = 1.4.7.RELEASE
52+
springIntVersion = 4.3.10.RELEASE
5353
springStatemachineVersion = 1.1.0.RELEASE
5454
jacksonVersion = 1.9.13
5555
jackson2Version = 2.8.4

0 commit comments

Comments
 (0)