Skip to content

Commit

Permalink
Upgrade version of spring boot, rxjava and lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricSala committed Apr 16, 2016
1 parent 7b23bdd commit b9b5eeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '1.3.1.RELEASE'
springBootVersion = '1.3.3.RELEASE'
}
repositories {
mavenCentral()
Expand Down Expand Up @@ -37,8 +37,8 @@ dependencies {
compile('org.springframework.boot:spring-boot-starter-security')
compile('org.springframework.boot:spring-boot-starter-actuator')
compile('org.springframework.boot:spring-boot-devtools')
compile 'io.reactivex:rxjava:1.1.0'
compile('org.projectlombok:lombok:1.16.6')
compile 'io.reactivex:rxjava:1.1.3'
compile('org.projectlombok:lombok:1.16.8')
testCompile('org.springframework.boot:spring-boot-starter-test')
}

Expand Down

0 comments on commit b9b5eeb

Please sign in to comment.