@@ -27,28 +27,28 @@ configurations {
2727
2828dependencies {
2929 // spring boot
30- compile " org.springframework.boot:spring-boot-starter-web:1.3 .0.M5 "
31- compile " org.springframework.boot:spring-boot-starter-jetty"
32- compile " org.springframework.boot:spring-boot-starter-thymeleaf"
30+ compile " org.springframework.boot:spring-boot-starter-web:1.4 .0.RELEASE "
31+ compile " org.springframework.boot:spring-boot-starter-jetty:1.4.0.RELEASE "
32+ compile " org.springframework.boot:spring-boot-starter-thymeleaf:1.4.0.RELEASE "
3333 compile " com.domingosuarez.boot:spring-boot-starter-jade4j:0.3.1"
34- compile " org.springframework.boot:spring-boot-starter-redis"
35- compile(group : ' org.springframework.boot' , name : ' spring-boot-starter' , version :' 1.3 .0.M5 ' ) {
34+ compile " org.springframework.boot:spring-boot-starter-redis:1.4.0.RELEASE "
35+ compile(group : ' org.springframework.boot' , name : ' spring-boot-starter' , version :' 1.4 .0.RELEASE ' ) {
3636 exclude(module : ' spring-boot-starter-logging' )
3737 }
38- compile ' org.springframework.boot:spring-boot-starter-log4j:1.3 .0.M5 '
39- compile ' org.springframework.boot:spring-boot-starter-data-jpa:1.3 .0.M5 '
40- compile ' org.springframework.boot:spring-boot-starter-security:1.3 .0.M5 '
38+ compile ' org.springframework.boot:spring-boot-starter-log4j:1.4 .0.RELEASE '
39+ compile ' org.springframework.boot:spring-boot-starter-data-jpa:1.4 .0.RELEASE '
40+ compile ' org.springframework.boot:spring-boot-starter-security:1.4 .0.RELEASE '
4141
4242 // spring framework
43- compile ' org.springframework:spring-context:4.2.1 .RELEASE'
44- compile ' org.springframework:spring-webmvc:4.1 .7.RELEASE'
43+ compile ' org.springframework:spring-context:4.2.7 .RELEASE'
44+ compile ' org.springframework:spring-webmvc:4.2 .7.RELEASE'
4545 compile ' org.springframework.security:spring-security-config:3.2.7.RELEASE'
4646 compile ' org.springframework.security:spring-security-web:3.2.7.RELEASE'
4747
4848 // persistence
4949 compile ' com.zaxxer:HikariCP:+'
50- compile ' org.springframework:spring-orm:+ '
51- compile ' org.hibernate:hibernate-entitymanager:+ '
50+ compile ' org.springframework:spring-orm:4.2.7.RELEASE '
51+ compile ' org.hibernate:hibernate-entitymanager:4.3.11.Final '
5252 compile ' javax.el:javax.el-api:+'
5353 compile ' org.hsqldb:hsqldb:+'
5454
@@ -61,17 +61,17 @@ dependencies {
6161 compile ' org.pygments:pygments:2.0.2'
6262
6363 // spring data
64- compile ' org.springframework.data:spring-data-jpa:+ '
64+ compile ' org.springframework.data:spring-data-jpa:1.10.0.RELEASE '
6565
6666 // cache
67- compile ' org.springframework.data:spring-data-redis:1.6 .0.RELEASE'
67+ compile ' org.springframework.data:spring-data-redis:1.7 .0.RELEASE'
6868 compile ' redis.clients:jedis:2.7.3'
6969
7070 // MySQL
7171 compile ' mysql:mysql-connector-java:+'
7272
7373 // Validation
74- compile ' org.hibernate:hibernate-validator:+ '
74+ compile ' org.hibernate:hibernate-validator:4.3.2.Final '
7575
7676 // Logging
7777 compile ' ch.qos.logback:logback-classic:1.1.3'
@@ -98,7 +98,7 @@ dependencies {
9898 compile ' org.webjars:ace:1.2.0'
9999
100100 // test
101- testCompile(" org.springframework.boot:spring-boot-starter-test" )
101+ testCompile(" org.springframework.boot:spring-boot-starter-test:1.4.0.RELEASE " )
102102 testCompile ' junit:junit:+'
103103 testCompile ' org.mockito:mockito-core:+'
104104 testCompile ' org.assertj:assertj-core:+'
0 commit comments