Skip to content

Commit

Permalink
Upgrade Spring boot ver for QS (#1698)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaysonvane authored and aebadirad committed Dec 20, 2018
1 parent a26b42a commit c2b1323
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions quick-start/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
import java.util.concurrent.Executors

plugins {
id 'java'
id 'eclipse'
id 'idea'
id 'com.moowork.node' version '1.2.0'
id 'org.springframework.boot' version '2.0.2.RELEASE'
id 'java'
id 'eclipse'
id 'idea'
id 'com.moowork.node' version '1.2.0'
id 'org.springframework.boot' version '2.0.6.RELEASE'
id "io.spring.dependency-management" version "1.0.5.RELEASE"
}

Expand Down

0 comments on commit c2b1323

Please sign in to comment.