diff --git a/gradle.properties b/gradle.properties index fadc1b36d..487e81d24 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=0.63 +version=0.64 springVersion=4.2.2.RELEASE jerseyVersion=2.21 grizzlyVersion=2.3.23 diff --git a/micro-boot/build.gradle b/micro-boot/build.gradle index 2adfa9df2..198f5a6ae 100644 --- a/micro-boot/build.gradle +++ b/micro-boot/build.gradle @@ -2,8 +2,8 @@ description = 'micro-boot' dependencies { - compile 'org.springframework.boot:spring-boot:1.2.5.RELEASE' - compile 'org.springframework.boot:spring-boot-autoconfigure:1.2.5.RELEASE' + compile 'org.springframework.boot:spring-boot:1.2.7.RELEASE' + compile 'org.springframework.boot:spring-boot-autoconfigure:1.2.7.RELEASE' compile project(':micro-core') testCompile group: 'com.google.guava', name: 'guava', version:'18.0'