Skip to content

Commit

Permalink
bump version no.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcclean committed Oct 27, 2015
1 parent c084d81 commit 3c901ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.63
version=0.64
springVersion=4.2.2.RELEASE
jerseyVersion=2.21
grizzlyVersion=2.3.23
Expand Down
4 changes: 2 additions & 2 deletions micro-boot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 3c901ec

Please sign in to comment.