From 3c901ec79638ffddb41d840a7a4bf42a8cee1154 Mon Sep 17 00:00:00 2001 From: John McClean Date: Tue, 27 Oct 2015 14:16:19 +0000 Subject: [PATCH] bump version no. --- gradle.properties | 2 +- micro-boot/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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'